Shades of Heliotrope #D15EEF
Tints of Heliotrope #D15EEF
RGB
CMYK
RGB Variations
Color information
#D15EEF (or 0xD15EEF) is known color: Heliotrope. HEX triplet: D1, 5E and EF. RGB value is (209,94,239). Sum of RGB (Red+Green+Blue) = 209+94+239=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #D15EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15EEF is #2EA110. Grayscale: #909090. Windows color (decimal): -3055889 or 15687377. OLE color: 15687377.
HSL color Cylindrical-coordinate representation of color #D15EEF: hue angle of 287.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15EEF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 94 | 239 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.06 |
| HSL | 287.59º | 0.82% | 0.65% | - |
| HSV(B) | 287.59º | 0.61% | 0.94% | - |
| XYZ | 45.88 | 27.79 | 84.61 | - |
| YUV | 144.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 239 | 0.13 | 0.61 | 0 | 0.06 | 287.59 | 0.82 | 0.65 |
| Hex | D1 | 5E | EF | D | 3D | 0 | 6 | 120 | 52 | 41 |
| Octal | 321 | 136 | 357 | 15 | 75 | 0 | 6 | 440 | 122 | 101 |
| Binary | 11010001 | 1011110 | 11101111 | 1101 | 111101 | 0 | 110 | 100100000 | 1010010 | 1000001 |
Color Harmonies of #D15EEF
Complementary color
Monochromatic Colors of #D15EEF
Black with #D15EEF
Text Example
Text Example
White with #D15EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15EEF; }
p { color: rgb(209,94,239); }
H1.HeaderClassName
{
color: #D15EEF;
}
.AnyTagClassName
{
color: #D15EEF;
}
</style>
background-color css
<style>
a { background-color: #D15EEF; }
a { background-color: rgb(209,94,239); }
div.DivClassName
{
background-color: #D15EEF;
}
.BgClassName
{
background-color: #D15EEF;
}
</style>
border-color css
<style>
span { border-color: #D15EEF; }
span { border-color: rgb(209,94,239); }
td.TdClassName
{
border-color: #D15EEF;
}
.TagClassName
{
border-color: #D15EEF;
}
</style>