Shades of Heliotrope #D37EEF
Tints of Heliotrope #D37EEF
RGB
CMYK
RGB Variations
Color information
#D37EEF (or 0xD37EEF) is known color: Heliotrope. HEX triplet: D3, 7E and EF. RGB value is (211,126,239). Sum of RGB (Red+Green+Blue) = 211+126+239=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #D37EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EEF is #2C8110. Grayscale: #A3A3A3. Windows color (decimal): -2916625 or 15695571. OLE color: 15695571.
HSL color Cylindrical-coordinate representation of color #D37EEF: hue angle of 285.13º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37EEF is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 126 | 239 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.06 |
| HSL | 285.13º | 0.78% | 0.72% | - |
| HSV(B) | 285.13º | 0.47% | 0.94% | - |
| XYZ | 49.9 | 35 | 85.79 | - |
| YUV | 164.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 239 | 0.12 | 0.47 | 0 | 0.06 | 285.13 | 0.78 | 0.72 |
| Hex | D3 | 7E | EF | C | 2F | 0 | 6 | 11D | 4E | 48 |
| Octal | 323 | 176 | 357 | 14 | 57 | 0 | 6 | 435 | 116 | 110 |
| Binary | 11010011 | 1111110 | 11101111 | 1100 | 101111 | 0 | 110 | 100011101 | 1001110 | 1001000 |
Color Harmonies of #D37EEF
Complementary color
Monochromatic Colors of #D37EEF
Black with #D37EEF
Text Example
Text Example
White with #D37EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EEF; }
p { color: rgb(211,126,239); }
H1.HeaderClassName
{
color: #D37EEF;
}
.AnyTagClassName
{
color: #D37EEF;
}
</style>
background-color css
<style>
a { background-color: #D37EEF; }
a { background-color: rgb(211,126,239); }
div.DivClassName
{
background-color: #D37EEF;
}
.BgClassName
{
background-color: #D37EEF;
}
</style>
border-color css
<style>
span { border-color: #D37EEF; }
span { border-color: rgb(211,126,239); }
td.TdClassName
{
border-color: #D37EEF;
}
.TagClassName
{
border-color: #D37EEF;
}
</style>