Html Css Color HEX #D573FA Heliotrope

📋 copy color: '#D573FA'

red 213 ◦ green 115 ◦ blue 250

#D573FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D573FA

Tints of Heliotrope #D573FA

RGB

 RED value IS 213 (83.59% from 255) = 36.85%

 GREEN value IS 115 (45.31% from 255) = 19.9%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 36.85%
G = 19.9%
B = 43.25%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D573FA (or 0xD573FA) is known color: Heliotrope. HEX triplet: D5, 73 and FA. RGB value is (213,115,250). Sum of RGB (Red+Green+Blue) = 213+115+250=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #D573FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D573FA is #2A8C05. Grayscale: #9F9F9F. Windows color (decimal): -2788358 or 16413653. OLE color: 16413653.

HSL color Cylindrical-coordinate representation of color #D573FA: hue angle of 283.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D573FA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 115 250 -
CMYK 0.15 0.54 0 0.02
HSL 283.56º 0.93% 0.72% -
HSV(B) 283.56º 0.54% 0.98% -
XYZ 50.83 33.31 94.19 -
YUV 159.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 213 115 250 0.15 0.54 0 0.02 283.56 0.93 0.72
Hex D5 73 FA F 36 0 2 11C 5D 48
Octal 325 163 372 17 66 0 2 434 135 110
Binary 11010101 1110011 11111010 1111 110110 0 10 100011100 1011101 1001000

Color Harmonies of #D573FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573FA

Black with #D573FA

Text Example


Text Example

White with #D573FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573FA; }

 p { color: rgb(213,115,250); }

 H1.HeaderClassName
 {
   color: #D573FA;
 }
 .AnyTagClassName
 {
   color: #D573FA;
 }
</style>

background-color css

<style>
 a { background-color: #D573FA; }

 a { background-color: rgb(213,115,250); }

 div.DivClassName
 {
   background-color: #D573FA;
 }
 .BgClassName
 {
   background-color: #D573FA;
 }
</style>

border-color css

<style>
 span { border-color: #D573FA; }

 span { border-color: rgb(213,115,250); }

 td.TdClassName
 {
   border-color: #D573FA;
 }
 .TagClassName
 {
   border-color: #D573FA;
 }
</style>