Shades of Heliotrope #D85AFC
Tints of Heliotrope #D85AFC
RGB
CMYK
RGB Variations
Color information
#D85AFC (or 0xD85AFC) is known color: Heliotrope. HEX triplet: D8, 5A and FC. RGB value is (216,90,252). Sum of RGB (Red+Green+Blue) = 216+90+252=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #D85AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AFC is #27A503. Grayscale: #919191. Windows color (decimal): -2598148 or 16538328. OLE color: 16538328.
HSL color Cylindrical-coordinate representation of color #D85AFC: hue angle of 286.67º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D85AFC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 90 | 252 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.01 |
| HSL | 286.67º | 0.96% | 0.67% | - |
| HSV(B) | 286.67º | 0.64% | 0.99% | - |
| XYZ | 49.55 | 28.94 | 95.07 | - |
| YUV | 146.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 252 | 0.14 | 0.64 | 0 | 0.01 | 286.67 | 0.96 | 0.67 |
| Hex | D8 | 5A | FC | E | 40 | 0 | 1 | 11F | 60 | 43 |
| Octal | 330 | 132 | 374 | 16 | 100 | 0 | 1 | 437 | 140 | 103 |
| Binary | 11011000 | 1011010 | 11111100 | 1110 | 1000000 | 0 | 1 | 100011111 | 1100000 | 1000011 |
Color Harmonies of #D85AFC
Complementary color
Monochromatic Colors of #D85AFC
Black with #D85AFC
Text Example
Text Example
White with #D85AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AFC; }
p { color: rgb(216,90,252); }
H1.HeaderClassName
{
color: #D85AFC;
}
.AnyTagClassName
{
color: #D85AFC;
}
</style>
background-color css
<style>
a { background-color: #D85AFC; }
a { background-color: rgb(216,90,252); }
div.DivClassName
{
background-color: #D85AFC;
}
.BgClassName
{
background-color: #D85AFC;
}
</style>
border-color css
<style>
span { border-color: #D85AFC; }
span { border-color: rgb(216,90,252); }
td.TdClassName
{
border-color: #D85AFC;
}
.TagClassName
{
border-color: #D85AFC;
}
</style>