#D37EEA

Color #D37EEA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D37EEA

Tints of Heliotrope #D37EEA

Color information

#D37EEA (or 0xD37EEA) is unknown color: approx Heliotrope. HEX triplet: D3, 7E and EA. RGB value is (211,126,234). Sum of RGB (Red+Green+Blue) = 211+126+234=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #D37EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EEA is #2C8115. Grayscale: #A3A3A3. Windows color (decimal): -2916630 or 15367891. OLE color: 15367891.

HSL color Cylindrical-coordinate representation of color #D37EEA: hue angle of 287.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37EEA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211126234-
CMYK0.100.4600.08
HSL287.22º72%70.59%-
HSV(B)287.22º46.15%91.76%-
XYZ49.1834.7181.95-
YUV163.73167.66161.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.95%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=36.95%
G=22.07%
B=40.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111262340.100.4600.08287.227270.59
HexD37EEAA2E0811f4847
Octal3231763521256010437110107
Binary1101001111111101110101010101011100100010001111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37EEA; }

 p { color: rgb(211,126,234); }

 H1.HeaderClassName
 {
   color: #D37EEA;
 }
 .AnyTagClassName
 {
   color: #D37EEA;
 }
</style>
background-color css

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

 a { background-color: rgb(211,126,234); }

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

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

 span { border-color: rgb(211,126,234); }

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