Shades of Heliotrope #D960EE
Tints of Heliotrope #D960EE
RGB
CMYK
RGB Variations
Color information
#D960EE (or 0xD960EE) is known color: Heliotrope. HEX triplet: D9, 60 and EE. RGB value is (217,96,238). Sum of RGB (Red+Green+Blue) = 217+96+238=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #D960EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960EE is #269F11. Grayscale: #939393. Windows color (decimal): -2531090 or 15622361. OLE color: 15622361.
HSL color Cylindrical-coordinate representation of color #D960EE: hue angle of 291.13º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D960EE is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 96 | 238 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.07 |
| HSL | 291.13º | 0.81% | 0.65% | - |
| HSV(B) | 291.13º | 0.6% | 0.93% | - |
| XYZ | 48.23 | 29.29 | 84 | - |
| YUV | 148.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 238 | 0.09 | 0.60 | 0 | 0.07 | 291.13 | 0.81 | 0.65 |
| Hex | D9 | 60 | EE | 9 | 3C | 0 | 7 | 123 | 51 | 41 |
| Octal | 331 | 140 | 356 | 11 | 74 | 0 | 7 | 443 | 121 | 101 |
| Binary | 11011001 | 1100000 | 11101110 | 1001 | 111100 | 0 | 111 | 100100011 | 1010001 | 1000001 |
Color Harmonies of #D960EE
Complementary color
Monochromatic Colors of #D960EE
Black with #D960EE
Text Example
Text Example
White with #D960EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960EE; }
p { color: rgb(217,96,238); }
H1.HeaderClassName
{
color: #D960EE;
}
.AnyTagClassName
{
color: #D960EE;
}
</style>
background-color css
<style>
a { background-color: #D960EE; }
a { background-color: rgb(217,96,238); }
div.DivClassName
{
background-color: #D960EE;
}
.BgClassName
{
background-color: #D960EE;
}
</style>
border-color css
<style>
span { border-color: #D960EE; }
span { border-color: rgb(217,96,238); }
td.TdClassName
{
border-color: #D960EE;
}
.TagClassName
{
border-color: #D960EE;
}
</style>