Shades of Heliotrope #D85FFC
Tints of Heliotrope #D85FFC
RGB
CMYK
RGB Variations
Color information
#D85FFC (or 0xD85FFC) is known color: Heliotrope. HEX triplet: D8, 5F and FC. RGB value is (216,95,252). Sum of RGB (Red+Green+Blue) = 216+95+252=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #D85FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FFC is #27A003. Grayscale: #949494. Windows color (decimal): -2596868 or 16539608. OLE color: 16539608.
HSL color Cylindrical-coordinate representation of color #D85FFC: hue angle of 286.24º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85FFC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 95 | 252 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.01 |
| HSL | 286.24º | 0.96% | 0.68% | - |
| HSV(B) | 286.24º | 0.62% | 0.99% | - |
| XYZ | 49.98 | 29.81 | 95.22 | - |
| YUV | 149.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 252 | 0.14 | 0.62 | 0 | 0.01 | 286.24 | 0.96 | 0.68 |
| Hex | D8 | 5F | FC | E | 3E | 0 | 1 | 11E | 60 | 44 |
| Octal | 330 | 137 | 374 | 16 | 76 | 0 | 1 | 436 | 140 | 104 |
| Binary | 11011000 | 1011111 | 11111100 | 1110 | 111110 | 0 | 1 | 100011110 | 1100000 | 1000100 |
Color Harmonies of #D85FFC
Complementary color
Monochromatic Colors of #D85FFC
Black with #D85FFC
Text Example
Text Example
White with #D85FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FFC; }
p { color: rgb(216,95,252); }
H1.HeaderClassName
{
color: #D85FFC;
}
.AnyTagClassName
{
color: #D85FFC;
}
</style>
background-color css
<style>
a { background-color: #D85FFC; }
a { background-color: rgb(216,95,252); }
div.DivClassName
{
background-color: #D85FFC;
}
.BgClassName
{
background-color: #D85FFC;
}
</style>
border-color css
<style>
span { border-color: #D85FFC; }
span { border-color: rgb(216,95,252); }
td.TdClassName
{
border-color: #D85FFC;
}
.TagClassName
{
border-color: #D85FFC;
}
</style>