Shades of Heliotrope #D862F0
Tints of Heliotrope #D862F0
RGB
CMYK
RGB Variations
Color information
#D862F0 (or 0xD862F0) is known color: Heliotrope. HEX triplet: D8, 62 and F0. RGB value is (216,98,240). Sum of RGB (Red+Green+Blue) = 216+98+240=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #D862F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D862F0 is #279D0F. Grayscale: #959595. Windows color (decimal): -2596112 or 15753944. OLE color: 15753944.
HSL color Cylindrical-coordinate representation of color #D862F0: hue angle of 289.86º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D862F0 is Cyan = 0.1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 98 | 240 | - |
| CMYK | 0.1 | 0.59 | 0 | 0.06 |
| HSL | 289.86º | 0.83% | 0.66% | - |
| HSV(B) | 289.86º | 0.59% | 0.94% | - |
| XYZ | 48.41 | 29.63 | 85.6 | - |
| YUV | 149.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 240 | 0.1 | 0.59 | 0 | 0.06 | 289.86 | 0.83 | 0.66 |
| Hex | D8 | 62 | F0 | A | 3B | 0 | 6 | 122 | 53 | 42 |
| Octal | 330 | 142 | 360 | 12 | 73 | 0 | 6 | 442 | 123 | 102 |
| Binary | 11011000 | 1100010 | 11110000 | 1010 | 111011 | 0 | 110 | 100100010 | 1010011 | 1000010 |
Color Harmonies of #D862F0
Complementary color
Monochromatic Colors of #D862F0
Black with #D862F0
Text Example
Text Example
White with #D862F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862F0; }
p { color: rgb(216,98,240); }
H1.HeaderClassName
{
color: #D862F0;
}
.AnyTagClassName
{
color: #D862F0;
}
</style>
background-color css
<style>
a { background-color: #D862F0; }
a { background-color: rgb(216,98,240); }
div.DivClassName
{
background-color: #D862F0;
}
.BgClassName
{
background-color: #D862F0;
}
</style>
border-color css
<style>
span { border-color: #D862F0; }
span { border-color: rgb(216,98,240); }
td.TdClassName
{
border-color: #D862F0;
}
.TagClassName
{
border-color: #D862F0;
}
</style>