Shades of Heliotrope #D37EEC
Tints of Heliotrope #D37EEC
RGB
CMYK
RGB Variations
Color information
#D37EEC (or 0xD37EEC) is known color: Heliotrope. HEX triplet: D3, 7E and EC. RGB value is (211,126,236). Sum of RGB (Red+Green+Blue) = 211+126+236=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #D37EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EEC is #2C8113. Grayscale: #A3A3A3. Windows color (decimal): -2916628 or 15498963. OLE color: 15498963.
HSL color Cylindrical-coordinate representation of color #D37EEC: hue angle of 286.36º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37EEC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 126 | 236 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.07 |
| HSL | 286.36º | 0.74% | 0.71% | - |
| HSV(B) | 286.36º | 0.47% | 0.93% | - |
| XYZ | 49.47 | 34.83 | 83.47 | - |
| YUV | 163.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 236 | 0.11 | 0.47 | 0 | 0.07 | 286.36 | 0.74 | 0.71 |
| Hex | D3 | 7E | EC | B | 2F | 0 | 7 | 11E | 4A | 47 |
| Octal | 323 | 176 | 354 | 13 | 57 | 0 | 7 | 436 | 112 | 107 |
| Binary | 11010011 | 1111110 | 11101100 | 1011 | 101111 | 0 | 111 | 100011110 | 1001010 | 1000111 |
Color Harmonies of #D37EEC
Complementary color
Monochromatic Colors of #D37EEC
Black with #D37EEC
Text Example
Text Example
White with #D37EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EEC; }
p { color: rgb(211,126,236); }
H1.HeaderClassName
{
color: #D37EEC;
}
.AnyTagClassName
{
color: #D37EEC;
}
</style>
background-color css
<style>
a { background-color: #D37EEC; }
a { background-color: rgb(211,126,236); }
div.DivClassName
{
background-color: #D37EEC;
}
.BgClassName
{
background-color: #D37EEC;
}
</style>
border-color css
<style>
span { border-color: #D37EEC; }
span { border-color: rgb(211,126,236); }
td.TdClassName
{
border-color: #D37EEC;
}
.TagClassName
{
border-color: #D37EEC;
}
</style>