Shades of Heliotrope #D864FF
Tints of Heliotrope #D864FF
RGB
CMYK
RGB Variations
Color information
#D864FF (or 0xD864FF) is known color: Heliotrope. HEX triplet: D8, 64 and FF. RGB value is (216,100,255). Sum of RGB (Red+Green+Blue) = 216+100+255=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 100 (39.45% from 255 or 17.51% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #D864FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D864FF is #279B00. Grayscale: #979797. Windows color (decimal): -2595585 or 16737496. OLE color: 16737496.
HSL color Cylindrical-coordinate representation of color #D864FF: hue angle of 284.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D864FF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 100 | 255 | - |
| CMYK | 0.15 | 0.61 | 0 | 0 |
| HSL | 284.9º | 1% | 0.7% | - |
| HSV(B) | 284.9º | 0.61% | 1% | - |
| XYZ | 50.93 | 30.93 | 97.89 | - |
| YUV | 152.35 | 185.93 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 255 | 0.15 | 0.61 | 0 | 0 | 284.9 | 1 | 0.7 |
| Hex | D8 | 64 | FF | F | 3D | 0 | 0 | 11D | 64 | 46 |
| Octal | 330 | 144 | 377 | 17 | 75 | 0 | 0 | 435 | 144 | 106 |
| Binary | 11011000 | 1100100 | 11111111 | 1111 | 111101 | 0 | 0 | 100011101 | 1100100 | 1000110 |
Color Harmonies of #D864FF
Complementary color
Monochromatic Colors of #D864FF
Black with #D864FF
Text Example
Text Example
White with #D864FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864FF; }
p { color: rgb(216,100,255); }
H1.HeaderClassName
{
color: #D864FF;
}
.AnyTagClassName
{
color: #D864FF;
}
</style>
background-color css
<style>
a { background-color: #D864FF; }
a { background-color: rgb(216,100,255); }
div.DivClassName
{
background-color: #D864FF;
}
.BgClassName
{
background-color: #D864FF;
}
</style>
border-color css
<style>
span { border-color: #D864FF; }
span { border-color: rgb(216,100,255); }
td.TdClassName
{
border-color: #D864FF;
}
.TagClassName
{
border-color: #D864FF;
}
</style>