Shades of Heliotrope #D865FF
Tints of Heliotrope #D865FF
RGB
CMYK
RGB Variations
Color information
#D865FF (or 0xD865FF) is known color: Heliotrope. HEX triplet: D8, 65 and FF. RGB value is (216,101,255). Sum of RGB (Red+Green+Blue) = 216+101+255=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 101 (39.84% from 255 or 17.66% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #D865FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D865FF is #279A00. Grayscale: #989898. Windows color (decimal): -2595329 or 16737752. OLE color: 16737752.
HSL color Cylindrical-coordinate representation of color #D865FF: hue angle of 284.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D865FF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 101 | 255 | - |
| CMYK | 0.15 | 0.60 | 0 | 0 |
| HSL | 284.81º | 1% | 0.7% | - |
| HSV(B) | 284.81º | 0.6% | 1% | - |
| XYZ | 51.02 | 31.13 | 97.93 | - |
| YUV | 152.94 | 185.6 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 255 | 0.15 | 0.60 | 0 | 0 | 284.81 | 1 | 0.7 |
| Hex | D8 | 65 | FF | F | 3C | 0 | 0 | 11D | 64 | 46 |
| Octal | 330 | 145 | 377 | 17 | 74 | 0 | 0 | 435 | 144 | 106 |
| Binary | 11011000 | 1100101 | 11111111 | 1111 | 111100 | 0 | 0 | 100011101 | 1100100 | 1000110 |
Color Harmonies of #D865FF
Complementary color
Monochromatic Colors of #D865FF
Black with #D865FF
Text Example
Text Example
White with #D865FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865FF; }
p { color: rgb(216,101,255); }
H1.HeaderClassName
{
color: #D865FF;
}
.AnyTagClassName
{
color: #D865FF;
}
</style>
background-color css
<style>
a { background-color: #D865FF; }
a { background-color: rgb(216,101,255); }
div.DivClassName
{
background-color: #D865FF;
}
.BgClassName
{
background-color: #D865FF;
}
</style>
border-color css
<style>
span { border-color: #D865FF; }
span { border-color: rgb(216,101,255); }
td.TdClassName
{
border-color: #D865FF;
}
.TagClassName
{
border-color: #D865FF;
}
</style>