Shades of Heliotrope #D86AF4
Tints of Heliotrope #D86AF4
RGB
CMYK
RGB Variations
Color information
#D86AF4 (or 0xD86AF4) is known color: Heliotrope. HEX triplet: D8, 6A and F4. RGB value is (216,106,244). Sum of RGB (Red+Green+Blue) = 216+106+244=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #D86AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86AF4 is #27950B. Grayscale: #9A9A9A. Windows color (decimal): -2594060 or 16018136. OLE color: 16018136.
HSL color Cylindrical-coordinate representation of color #D86AF4: hue angle of 287.83º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D86AF4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 106 | 244 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.04 |
| HSL | 287.83º | 0.86% | 0.69% | - |
| HSV(B) | 287.83º | 0.57% | 0.96% | - |
| XYZ | 49.8 | 31.44 | 89.03 | - |
| YUV | 154.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 244 | 0.11 | 0.57 | 0 | 0.04 | 287.83 | 0.86 | 0.69 |
| Hex | D8 | 6A | F4 | B | 39 | 0 | 4 | 120 | 56 | 45 |
| Octal | 330 | 152 | 364 | 13 | 71 | 0 | 4 | 440 | 126 | 105 |
| Binary | 11011000 | 1101010 | 11110100 | 1011 | 111001 | 0 | 100 | 100100000 | 1010110 | 1000101 |
Color Harmonies of #D86AF4
Complementary color
Monochromatic Colors of #D86AF4
Black with #D86AF4
Text Example
Text Example
White with #D86AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AF4; }
p { color: rgb(216,106,244); }
H1.HeaderClassName
{
color: #D86AF4;
}
.AnyTagClassName
{
color: #D86AF4;
}
</style>
background-color css
<style>
a { background-color: #D86AF4; }
a { background-color: rgb(216,106,244); }
div.DivClassName
{
background-color: #D86AF4;
}
.BgClassName
{
background-color: #D86AF4;
}
</style>
border-color css
<style>
span { border-color: #D86AF4; }
span { border-color: rgb(216,106,244); }
td.TdClassName
{
border-color: #D86AF4;
}
.TagClassName
{
border-color: #D86AF4;
}
</style>