Shades of Heliotrope #D85EFF
Tints of Heliotrope #D85EFF
RGB
CMYK
RGB Variations
Color information
#D85EFF (or 0xD85EFF) is known color: Heliotrope. HEX triplet: D8, 5E and FF. RGB value is (216,94,255). Sum of RGB (Red+Green+Blue) = 216+94+255=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 94 (37.11% from 255 or 16.64% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #D85EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85EFF is #27A100. Grayscale: #949494. Windows color (decimal): -2597121 or 16735960. OLE color: 16735960.
HSL color Cylindrical-coordinate representation of color #D85EFF: hue angle of 285.47º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85EFF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 94 | 255 | - |
| CMYK | 0.15 | 0.63 | 0 | 0 |
| HSL | 285.47º | 1% | 0.68% | - |
| HSV(B) | 285.47º | 0.63% | 1% | - |
| XYZ | 50.37 | 29.82 | 97.71 | - |
| YUV | 148.83 | 187.92 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 255 | 0.15 | 0.63 | 0 | 0 | 285.47 | 1 | 0.68 |
| Hex | D8 | 5E | FF | F | 3F | 0 | 0 | 11D | 64 | 44 |
| Octal | 330 | 136 | 377 | 17 | 77 | 0 | 0 | 435 | 144 | 104 |
| Binary | 11011000 | 1011110 | 11111111 | 1111 | 111111 | 0 | 0 | 100011101 | 1100100 | 1000100 |
Color Harmonies of #D85EFF
Complementary color
Monochromatic Colors of #D85EFF
Black with #D85EFF
Text Example
Text Example
White with #D85EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85EFF; }
p { color: rgb(216,94,255); }
H1.HeaderClassName
{
color: #D85EFF;
}
.AnyTagClassName
{
color: #D85EFF;
}
</style>
background-color css
<style>
a { background-color: #D85EFF; }
a { background-color: rgb(216,94,255); }
div.DivClassName
{
background-color: #D85EFF;
}
.BgClassName
{
background-color: #D85EFF;
}
</style>
border-color css
<style>
span { border-color: #D85EFF; }
span { border-color: rgb(216,94,255); }
td.TdClassName
{
border-color: #D85EFF;
}
.TagClassName
{
border-color: #D85EFF;
}
</style>