Shades of Heliotrope #D85DFF
Tints of Heliotrope #D85DFF
RGB
CMYK
RGB Variations
Color information
#D85DFF (or 0xD85DFF) is known color: Heliotrope. HEX triplet: D8, 5D and FF. RGB value is (216,93,255). Sum of RGB (Red+Green+Blue) = 216+93+255=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 93 (36.72% from 255 or 16.49% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #D85DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DFF is #27A200. Grayscale: #939393. Windows color (decimal): -2597377 or 16735704. OLE color: 16735704.
HSL color Cylindrical-coordinate representation of color #D85DFF: hue angle of 285.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D85DFF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 93 | 255 | - |
| CMYK | 0.15 | 0.64 | 0 | 0 |
| HSL | 285.56º | 1% | 0.68% | - |
| HSV(B) | 285.56º | 0.64% | 1% | - |
| XYZ | 50.28 | 29.65 | 97.68 | - |
| YUV | 148.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 255 | 0.15 | 0.64 | 0 | 0 | 285.56 | 1 | 0.68 |
| Hex | D8 | 5D | FF | F | 40 | 0 | 0 | 11E | 64 | 44 |
| Octal | 330 | 135 | 377 | 17 | 100 | 0 | 0 | 436 | 144 | 104 |
| Binary | 11011000 | 1011101 | 11111111 | 1111 | 1000000 | 0 | 0 | 100011110 | 1100100 | 1000100 |
Color Harmonies of #D85DFF
Complementary color
Monochromatic Colors of #D85DFF
Black with #D85DFF
Text Example
Text Example
White with #D85DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DFF; }
p { color: rgb(216,93,255); }
H1.HeaderClassName
{
color: #D85DFF;
}
.AnyTagClassName
{
color: #D85DFF;
}
</style>
background-color css
<style>
a { background-color: #D85DFF; }
a { background-color: rgb(216,93,255); }
div.DivClassName
{
background-color: #D85DFF;
}
.BgClassName
{
background-color: #D85DFF;
}
</style>
border-color css
<style>
span { border-color: #D85DFF; }
span { border-color: rgb(216,93,255); }
td.TdClassName
{
border-color: #D85DFF;
}
.TagClassName
{
border-color: #D85DFF;
}
</style>