Shades of Heliotrope #D85AFE
Tints of Heliotrope #D85AFE
RGB
CMYK
RGB Variations
Color information
#D85AFE (or 0xD85AFE) is known color: Heliotrope. HEX triplet: D8, 5A and FE. RGB value is (216,90,254). Sum of RGB (Red+Green+Blue) = 216+90+254=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #D85AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AFE is #27A501. Grayscale: #919191. Windows color (decimal): -2598146 or 16669400. OLE color: 16669400.
HSL color Cylindrical-coordinate representation of color #D85AFE: hue angle of 286.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D85AFE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 90 | 254 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.00 |
| HSL | 286.1º | 0.99% | 0.67% | - |
| HSV(B) | 286.1º | 0.65% | 1% | - |
| XYZ | 49.86 | 29.07 | 96.75 | - |
| YUV | 146.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 254 | 0.15 | 0.65 | 0 | 0.00 | 286.1 | 0.99 | 0.67 |
| Hex | D8 | 5A | FE | F | 41 | 0 | 0 | 11E | 63 | 43 |
| Octal | 330 | 132 | 376 | 17 | 101 | 0 | 0 | 436 | 143 | 103 |
| Binary | 11011000 | 1011010 | 11111110 | 1111 | 1000001 | 0 | 0 | 100011110 | 1100011 | 1000011 |
Color Harmonies of #D85AFE
Complementary color
Monochromatic Colors of #D85AFE
Black with #D85AFE
Text Example
Text Example
White with #D85AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AFE; }
p { color: rgb(216,90,254); }
H1.HeaderClassName
{
color: #D85AFE;
}
.AnyTagClassName
{
color: #D85AFE;
}
</style>
background-color css
<style>
a { background-color: #D85AFE; }
a { background-color: rgb(216,90,254); }
div.DivClassName
{
background-color: #D85AFE;
}
.BgClassName
{
background-color: #D85AFE;
}
</style>
border-color css
<style>
span { border-color: #D85AFE; }
span { border-color: rgb(216,90,254); }
td.TdClassName
{
border-color: #D85AFE;
}
.TagClassName
{
border-color: #D85AFE;
}
</style>