Shades of Heliotrope #D866EF
Tints of Heliotrope #D866EF
RGB
CMYK
RGB Variations
Color information
#D866EF (or 0xD866EF) is known color: Heliotrope. HEX triplet: D8, 66 and EF. RGB value is (216,102,239). Sum of RGB (Red+Green+Blue) = 216+102+239=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #D866EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D866EF is #279910. Grayscale: #979797. Windows color (decimal): -2595089 or 15689432. OLE color: 15689432.
HSL color Cylindrical-coordinate representation of color #D866EF: hue angle of 289.93º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D866EF is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 102 | 239 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.06 |
| HSL | 289.93º | 0.81% | 0.67% | - |
| HSV(B) | 289.93º | 0.57% | 0.94% | - |
| XYZ | 48.65 | 30.33 | 84.95 | - |
| YUV | 151.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 239 | 0.10 | 0.57 | 0 | 0.06 | 289.93 | 0.81 | 0.67 |
| Hex | D8 | 66 | EF | A | 39 | 0 | 6 | 122 | 51 | 43 |
| Octal | 330 | 146 | 357 | 12 | 71 | 0 | 6 | 442 | 121 | 103 |
| Binary | 11011000 | 1100110 | 11101111 | 1010 | 111001 | 0 | 110 | 100100010 | 1010001 | 1000011 |
Color Harmonies of #D866EF
Complementary color
Monochromatic Colors of #D866EF
Black with #D866EF
Text Example
Text Example
White with #D866EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866EF; }
p { color: rgb(216,102,239); }
H1.HeaderClassName
{
color: #D866EF;
}
.AnyTagClassName
{
color: #D866EF;
}
</style>
background-color css
<style>
a { background-color: #D866EF; }
a { background-color: rgb(216,102,239); }
div.DivClassName
{
background-color: #D866EF;
}
.BgClassName
{
background-color: #D866EF;
}
</style>
border-color css
<style>
span { border-color: #D866EF; }
span { border-color: rgb(216,102,239); }
td.TdClassName
{
border-color: #D866EF;
}
.TagClassName
{
border-color: #D866EF;
}
</style>