Shades of Heliotrope #D960ED
Tints of Heliotrope #D960ED
RGB
CMYK
RGB Variations
Color information
#D960ED (or 0xD960ED) is known color: Heliotrope. HEX triplet: D9, 60 and ED. RGB value is (217,96,237). Sum of RGB (Red+Green+Blue) = 217+96+237=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #D960ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960ED is #269F12. Grayscale: #939393. Windows color (decimal): -2531091 or 15556825. OLE color: 15556825.
HSL color Cylindrical-coordinate representation of color #D960ED: hue angle of 291.49º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D960ED is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 96 | 237 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.07 |
| HSL | 291.49º | 0.8% | 0.65% | - |
| HSV(B) | 291.49º | 0.59% | 0.93% | - |
| XYZ | 48.08 | 29.23 | 83.23 | - |
| YUV | 148.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 237 | 0.08 | 0.59 | 0 | 0.07 | 291.49 | 0.8 | 0.65 |
| Hex | D9 | 60 | ED | 8 | 3B | 0 | 7 | 123 | 50 | 41 |
| Octal | 331 | 140 | 355 | 10 | 73 | 0 | 7 | 443 | 120 | 101 |
| Binary | 11011001 | 1100000 | 11101101 | 1000 | 111011 | 0 | 111 | 100100011 | 1010000 | 1000001 |
Color Harmonies of #D960ED
Complementary color
Monochromatic Colors of #D960ED
Black with #D960ED
Text Example
Text Example
White with #D960ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960ED; }
p { color: rgb(217,96,237); }
H1.HeaderClassName
{
color: #D960ED;
}
.AnyTagClassName
{
color: #D960ED;
}
</style>
background-color css
<style>
a { background-color: #D960ED; }
a { background-color: rgb(217,96,237); }
div.DivClassName
{
background-color: #D960ED;
}
.BgClassName
{
background-color: #D960ED;
}
</style>
border-color css
<style>
span { border-color: #D960ED; }
span { border-color: rgb(217,96,237); }
td.TdClassName
{
border-color: #D960ED;
}
.TagClassName
{
border-color: #D960ED;
}
</style>