Shades of Heliotrope #D865FA
Tints of Heliotrope #D865FA
RGB
CMYK
RGB Variations
Color information
#D865FA (or 0xD865FA) is known color: Heliotrope. HEX triplet: D8, 65 and FA. RGB value is (216,101,250). Sum of RGB (Red+Green+Blue) = 216+101+250=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #D865FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D865FA is #279A05. Grayscale: #979797. Windows color (decimal): -2595334 or 16410072. OLE color: 16410072.
HSL color Cylindrical-coordinate representation of color #D865FA: hue angle of 286.31º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D865FA is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 101 | 250 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.02 |
| HSL | 286.31º | 0.94% | 0.69% | - |
| HSV(B) | 286.31º | 0.6% | 0.98% | - |
| XYZ | 50.23 | 30.81 | 93.74 | - |
| YUV | 152.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 250 | 0.14 | 0.60 | 0 | 0.02 | 286.31 | 0.94 | 0.69 |
| Hex | D8 | 65 | FA | E | 3C | 0 | 2 | 11E | 5E | 45 |
| Octal | 330 | 145 | 372 | 16 | 74 | 0 | 2 | 436 | 136 | 105 |
| Binary | 11011000 | 1100101 | 11111010 | 1110 | 111100 | 0 | 10 | 100011110 | 1011110 | 1000101 |
Color Harmonies of #D865FA
Complementary color
Monochromatic Colors of #D865FA
Black with #D865FA
Text Example
Text Example
White with #D865FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865FA; }
p { color: rgb(216,101,250); }
H1.HeaderClassName
{
color: #D865FA;
}
.AnyTagClassName
{
color: #D865FA;
}
</style>
background-color css
<style>
a { background-color: #D865FA; }
a { background-color: rgb(216,101,250); }
div.DivClassName
{
background-color: #D865FA;
}
.BgClassName
{
background-color: #D865FA;
}
</style>
border-color css
<style>
span { border-color: #D865FA; }
span { border-color: rgb(216,101,250); }
td.TdClassName
{
border-color: #D865FA;
}
.TagClassName
{
border-color: #D865FA;
}
</style>