Shades of Heliotrope #D860F2
Tints of Heliotrope #D860F2
RGB
CMYK
RGB Variations
Color information
#D860F2 (or 0xD860F2) is known color: Heliotrope. HEX triplet: D8, 60 and F2. RGB value is (216,96,242). Sum of RGB (Red+Green+Blue) = 216+96+242=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #D860F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D860F2 is #279F0D. Grayscale: #949494. Windows color (decimal): -2596622 or 15884504. OLE color: 15884504.
HSL color Cylindrical-coordinate representation of color #D860F2: hue angle of 289.32º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D860F2 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 96 | 242 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.05 |
| HSL | 289.32º | 0.85% | 0.66% | - |
| HSV(B) | 289.32º | 0.6% | 0.95% | - |
| XYZ | 48.53 | 29.38 | 87.12 | - |
| YUV | 148.52 | 180.76 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 242 | 0.11 | 0.60 | 0 | 0.05 | 289.32 | 0.85 | 0.66 |
| Hex | D8 | 60 | F2 | B | 3C | 0 | 5 | 121 | 55 | 42 |
| Octal | 330 | 140 | 362 | 13 | 74 | 0 | 5 | 441 | 125 | 102 |
| Binary | 11011000 | 1100000 | 11110010 | 1011 | 111100 | 0 | 101 | 100100001 | 1010101 | 1000010 |
Color Harmonies of #D860F2
Complementary color
Monochromatic Colors of #D860F2
Black with #D860F2
Text Example
Text Example
White with #D860F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860F2; }
p { color: rgb(216,96,242); }
H1.HeaderClassName
{
color: #D860F2;
}
.AnyTagClassName
{
color: #D860F2;
}
</style>
background-color css
<style>
a { background-color: #D860F2; }
a { background-color: rgb(216,96,242); }
div.DivClassName
{
background-color: #D860F2;
}
.BgClassName
{
background-color: #D860F2;
}
</style>
border-color css
<style>
span { border-color: #D860F2; }
span { border-color: rgb(216,96,242); }
td.TdClassName
{
border-color: #D860F2;
}
.TagClassName
{
border-color: #D860F2;
}
</style>