Shades of Heliotrope #D86AF2
Tints of Heliotrope #D86AF2
RGB
CMYK
RGB Variations
Color information
#D86AF2 (or 0xD86AF2) is known color: Heliotrope. HEX triplet: D8, 6A and F2. RGB value is (216,106,242). Sum of RGB (Red+Green+Blue) = 216+106+242=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #D86AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86AF2 is #27950D. Grayscale: #999999. Windows color (decimal): -2594062 or 15887064. OLE color: 15887064.
HSL color Cylindrical-coordinate representation of color #D86AF2: hue angle of 288.53º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86AF2 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 106 | 242 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.05 |
| HSL | 288.53º | 0.84% | 0.68% | - |
| HSV(B) | 288.53º | 0.56% | 0.95% | - |
| XYZ | 49.5 | 31.32 | 87.44 | - |
| YUV | 154.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 242 | 0.11 | 0.56 | 0 | 0.05 | 288.53 | 0.84 | 0.68 |
| Hex | D8 | 6A | F2 | B | 38 | 0 | 5 | 121 | 54 | 44 |
| Octal | 330 | 152 | 362 | 13 | 70 | 0 | 5 | 441 | 124 | 104 |
| Binary | 11011000 | 1101010 | 11110010 | 1011 | 111000 | 0 | 101 | 100100001 | 1010100 | 1000100 |
Color Harmonies of #D86AF2
Complementary color
Monochromatic Colors of #D86AF2
Black with #D86AF2
Text Example
Text Example
White with #D86AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AF2; }
p { color: rgb(216,106,242); }
H1.HeaderClassName
{
color: #D86AF2;
}
.AnyTagClassName
{
color: #D86AF2;
}
</style>
background-color css
<style>
a { background-color: #D86AF2; }
a { background-color: rgb(216,106,242); }
div.DivClassName
{
background-color: #D86AF2;
}
.BgClassName
{
background-color: #D86AF2;
}
</style>
border-color css
<style>
span { border-color: #D86AF2; }
span { border-color: rgb(216,106,242); }
td.TdClassName
{
border-color: #D86AF2;
}
.TagClassName
{
border-color: #D86AF2;
}
</style>