#D37DEA

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

Shades of Heliotrope #D37DEA

Tints of Heliotrope #D37DEA

Color information

#D37DEA (or 0xD37DEA) is unknown color: approx Heliotrope. HEX triplet: D3, 7D and EA. RGB value is (211,125,234). Sum of RGB (Red+Green+Blue) = 211+125+234=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #D37DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DEA is #2C8215. Grayscale: #A2A2A2. Windows color (decimal): -2916886 or 15367635. OLE color: 15367635.

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

Color convert

RGB211125234-
CMYK0.100.4700.08
HSL287.34º72.19%70.39%-
HSV(B)287.34º46.58%91.76%-
XYZ49.0534.4681.91-
YUV163.14167.99162.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.02%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=37.02%
G=21.93%
B=41.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111252340.100.4700.08287.3472.1970.39
HexD37DEAA2F0811f4846
Octal3231753521257010437110106
Binary1101001111111011110101010101011110100010001111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DEA; }

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

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

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

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

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

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

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

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