Shades of Heliotrope #D85FFA
Tints of Heliotrope #D85FFA
RGB
CMYK
RGB Variations
Color information
#D85FFA (or 0xD85FFA) is known color: Heliotrope. HEX triplet: D8, 5F and FA. RGB value is (216,95,250). Sum of RGB (Red+Green+Blue) = 216+95+250=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #D85FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FFA is #27A005. Grayscale: #949494. Windows color (decimal): -2596870 or 16408536. OLE color: 16408536.
HSL color Cylindrical-coordinate representation of color #D85FFA: hue angle of 286.84º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85FFA is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 95 | 250 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.02 |
| HSL | 286.84º | 0.94% | 0.68% | - |
| HSV(B) | 286.84º | 0.62% | 0.98% | - |
| XYZ | 49.67 | 29.69 | 93.55 | - |
| YUV | 148.85 | 185.09 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 250 | 0.14 | 0.62 | 0 | 0.02 | 286.84 | 0.94 | 0.68 |
| Hex | D8 | 5F | FA | E | 3E | 0 | 2 | 11F | 5E | 44 |
| Octal | 330 | 137 | 372 | 16 | 76 | 0 | 2 | 437 | 136 | 104 |
| Binary | 11011000 | 1011111 | 11111010 | 1110 | 111110 | 0 | 10 | 100011111 | 1011110 | 1000100 |
Color Harmonies of #D85FFA
Complementary color
Monochromatic Colors of #D85FFA
Black with #D85FFA
Text Example
Text Example
White with #D85FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FFA; }
p { color: rgb(216,95,250); }
H1.HeaderClassName
{
color: #D85FFA;
}
.AnyTagClassName
{
color: #D85FFA;
}
</style>
background-color css
<style>
a { background-color: #D85FFA; }
a { background-color: rgb(216,95,250); }
div.DivClassName
{
background-color: #D85FFA;
}
.BgClassName
{
background-color: #D85FFA;
}
</style>
border-color css
<style>
span { border-color: #D85FFA; }
span { border-color: rgb(216,95,250); }
td.TdClassName
{
border-color: #D85FFA;
}
.TagClassName
{
border-color: #D85FFA;
}
</style>