Shades of Heliotrope #D862ED
Tints of Heliotrope #D862ED
RGB
CMYK
RGB Variations
Color information
#D862ED (or 0xD862ED) is known color: Heliotrope. HEX triplet: D8, 62 and ED. RGB value is (216,98,237). Sum of RGB (Red+Green+Blue) = 216+98+237=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #D862ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D862ED is #279D12. Grayscale: #949494. Windows color (decimal): -2596115 or 15557336. OLE color: 15557336.
HSL color Cylindrical-coordinate representation of color #D862ED: hue angle of 290.94º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D862ED is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 98 | 237 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.07 |
| HSL | 290.94º | 0.79% | 0.66% | - |
| HSV(B) | 290.94º | 0.59% | 0.93% | - |
| XYZ | 47.97 | 29.45 | 83.28 | - |
| YUV | 149.13 | 177.59 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 237 | 0.09 | 0.59 | 0 | 0.07 | 290.94 | 0.79 | 0.66 |
| Hex | D8 | 62 | ED | 9 | 3B | 0 | 7 | 123 | 4F | 42 |
| Octal | 330 | 142 | 355 | 11 | 73 | 0 | 7 | 443 | 117 | 102 |
| Binary | 11011000 | 1100010 | 11101101 | 1001 | 111011 | 0 | 111 | 100100011 | 1001111 | 1000010 |
Color Harmonies of #D862ED
Complementary color
Monochromatic Colors of #D862ED
Black with #D862ED
Text Example
Text Example
White with #D862ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862ED; }
p { color: rgb(216,98,237); }
H1.HeaderClassName
{
color: #D862ED;
}
.AnyTagClassName
{
color: #D862ED;
}
</style>
background-color css
<style>
a { background-color: #D862ED; }
a { background-color: rgb(216,98,237); }
div.DivClassName
{
background-color: #D862ED;
}
.BgClassName
{
background-color: #D862ED;
}
</style>
border-color css
<style>
span { border-color: #D862ED; }
span { border-color: rgb(216,98,237); }
td.TdClassName
{
border-color: #D862ED;
}
.TagClassName
{
border-color: #D862ED;
}
</style>