Shades of Heliotrope #D85AFF
Tints of Heliotrope #D85AFF
RGB
CMYK
RGB Variations
Color information
#D85AFF (or 0xD85AFF) is known color: Heliotrope. HEX triplet: D8, 5A and FF. RGB value is (216,90,255). Sum of RGB (Red+Green+Blue) = 216+90+255=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #D85AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AFF is #27A500. Grayscale: #919191. Windows color (decimal): -2598145 or 16734936. OLE color: 16734936.
HSL color Cylindrical-coordinate representation of color #D85AFF: hue angle of 285.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D85AFF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 90 | 255 | - |
| CMYK | 0.15 | 0.65 | 0 | 0 |
| HSL | 285.82º | 1% | 0.68% | - |
| HSV(B) | 285.82º | 0.65% | 1% | - |
| XYZ | 50.03 | 29.13 | 97.59 | - |
| YUV | 146.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 255 | 0.15 | 0.65 | 0 | 0 | 285.82 | 1 | 0.68 |
| Hex | D8 | 5A | FF | F | 41 | 0 | 0 | 11E | 64 | 44 |
| Octal | 330 | 132 | 377 | 17 | 101 | 0 | 0 | 436 | 144 | 104 |
| Binary | 11011000 | 1011010 | 11111111 | 1111 | 1000001 | 0 | 0 | 100011110 | 1100100 | 1000100 |
Color Harmonies of #D85AFF
Complementary color
Monochromatic Colors of #D85AFF
Black with #D85AFF
Text Example
Text Example
White with #D85AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AFF; }
p { color: rgb(216,90,255); }
H1.HeaderClassName
{
color: #D85AFF;
}
.AnyTagClassName
{
color: #D85AFF;
}
</style>
background-color css
<style>
a { background-color: #D85AFF; }
a { background-color: rgb(216,90,255); }
div.DivClassName
{
background-color: #D85AFF;
}
.BgClassName
{
background-color: #D85AFF;
}
</style>
border-color css
<style>
span { border-color: #D85AFF; }
span { border-color: rgb(216,90,255); }
td.TdClassName
{
border-color: #D85AFF;
}
.TagClassName
{
border-color: #D85AFF;
}
</style>