Shades of Heliotrope #D866FE
Tints of Heliotrope #D866FE
RGB
CMYK
RGB Variations
Color information
#D866FE (or 0xD866FE) is known color: Heliotrope. HEX triplet: D8, 66 and FE. RGB value is (216,102,254). Sum of RGB (Red+Green+Blue) = 216+102+254=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #D866FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D866FE is #279901. Grayscale: #989898. Windows color (decimal): -2595074 or 16672472. OLE color: 16672472.
HSL color Cylindrical-coordinate representation of color #D866FE: hue angle of 285º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D866FE is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 102 | 254 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.00 |
| HSL | 285º | 0.99% | 0.7% | - |
| HSV(B) | 285º | 0.6% | 1% | - |
| XYZ | 50.96 | 31.26 | 97.11 | - |
| YUV | 153.41 | 184.77 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 254 | 0.15 | 0.60 | 0 | 0.00 | 285 | 0.99 | 0.7 |
| Hex | D8 | 66 | FE | F | 3C | 0 | 0 | 11D | 63 | 46 |
| Octal | 330 | 146 | 376 | 17 | 74 | 0 | 0 | 435 | 143 | 106 |
| Binary | 11011000 | 1100110 | 11111110 | 1111 | 111100 | 0 | 0 | 100011101 | 1100011 | 1000110 |
Color Harmonies of #D866FE
Complementary color
Monochromatic Colors of #D866FE
Black with #D866FE
Text Example
Text Example
White with #D866FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866FE; }
p { color: rgb(216,102,254); }
H1.HeaderClassName
{
color: #D866FE;
}
.AnyTagClassName
{
color: #D866FE;
}
</style>
background-color css
<style>
a { background-color: #D866FE; }
a { background-color: rgb(216,102,254); }
div.DivClassName
{
background-color: #D866FE;
}
.BgClassName
{
background-color: #D866FE;
}
</style>
border-color css
<style>
span { border-color: #D866FE; }
span { border-color: rgb(216,102,254); }
td.TdClassName
{
border-color: #D866FE;
}
.TagClassName
{
border-color: #D866FE;
}
</style>