Shades of Heliotrope #D864FE
Tints of Heliotrope #D864FE
RGB
CMYK
RGB Variations
Color information
#D864FE (or 0xD864FE) is known color: Heliotrope. HEX triplet: D8, 64 and FE. RGB value is (216,100,254). Sum of RGB (Red+Green+Blue) = 216+100+254=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #D864FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D864FE is #279B01. Grayscale: #979797. Windows color (decimal): -2595586 or 16671960. OLE color: 16671960.
HSL color Cylindrical-coordinate representation of color #D864FE: hue angle of 285.19º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D864FE is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 100 | 254 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.00 |
| HSL | 285.19º | 0.99% | 0.69% | - |
| HSV(B) | 285.19º | 0.61% | 1% | - |
| XYZ | 50.77 | 30.87 | 97.05 | - |
| YUV | 152.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 254 | 0.15 | 0.61 | 0 | 0.00 | 285.19 | 0.99 | 0.69 |
| Hex | D8 | 64 | FE | F | 3D | 0 | 0 | 11D | 63 | 45 |
| Octal | 330 | 144 | 376 | 17 | 75 | 0 | 0 | 435 | 143 | 105 |
| Binary | 11011000 | 1100100 | 11111110 | 1111 | 111101 | 0 | 0 | 100011101 | 1100011 | 1000101 |
Color Harmonies of #D864FE
Complementary color
Monochromatic Colors of #D864FE
Black with #D864FE
Text Example
Text Example
White with #D864FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864FE; }
p { color: rgb(216,100,254); }
H1.HeaderClassName
{
color: #D864FE;
}
.AnyTagClassName
{
color: #D864FE;
}
</style>
background-color css
<style>
a { background-color: #D864FE; }
a { background-color: rgb(216,100,254); }
div.DivClassName
{
background-color: #D864FE;
}
.BgClassName
{
background-color: #D864FE;
}
</style>
border-color css
<style>
span { border-color: #D864FE; }
span { border-color: rgb(216,100,254); }
td.TdClassName
{
border-color: #D864FE;
}
.TagClassName
{
border-color: #D864FE;
}
</style>