Shades of Heliotrope #D865ED
Tints of Heliotrope #D865ED
RGB
CMYK
RGB Variations
Color information
#D865ED (or 0xD865ED) is known color: Heliotrope. HEX triplet: D8, 65 and ED. RGB value is (216,101,237). Sum of RGB (Red+Green+Blue) = 216+101+237=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #D865ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D865ED is #279A12. Grayscale: #969696. Windows color (decimal): -2595347 or 15558104. OLE color: 15558104.
HSL color Cylindrical-coordinate representation of color #D865ED: hue angle of 290.74º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D865ED is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 101 | 237 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.07 |
| HSL | 290.74º | 0.79% | 0.66% | - |
| HSV(B) | 290.74º | 0.57% | 0.93% | - |
| XYZ | 48.26 | 30.02 | 83.37 | - |
| YUV | 150.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 237 | 0.09 | 0.57 | 0 | 0.07 | 290.74 | 0.79 | 0.66 |
| Hex | D8 | 65 | ED | 9 | 39 | 0 | 7 | 123 | 4F | 42 |
| Octal | 330 | 145 | 355 | 11 | 71 | 0 | 7 | 443 | 117 | 102 |
| Binary | 11011000 | 1100101 | 11101101 | 1001 | 111001 | 0 | 111 | 100100011 | 1001111 | 1000010 |
Color Harmonies of #D865ED
Complementary color
Monochromatic Colors of #D865ED
Black with #D865ED
Text Example
Text Example
White with #D865ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865ED; }
p { color: rgb(216,101,237); }
H1.HeaderClassName
{
color: #D865ED;
}
.AnyTagClassName
{
color: #D865ED;
}
</style>
background-color css
<style>
a { background-color: #D865ED; }
a { background-color: rgb(216,101,237); }
div.DivClassName
{
background-color: #D865ED;
}
.BgClassName
{
background-color: #D865ED;
}
</style>
border-color css
<style>
span { border-color: #D865ED; }
span { border-color: rgb(216,101,237); }
td.TdClassName
{
border-color: #D865ED;
}
.TagClassName
{
border-color: #D865ED;
}
</style>