Shades of Heliotrope #D95EEE
Tints of Heliotrope #D95EEE
RGB
CMYK
RGB Variations
Color information
#D95EEE (or 0xD95EEE) is known color: Heliotrope. HEX triplet: D9, 5E and EE. RGB value is (217,94,238). Sum of RGB (Red+Green+Blue) = 217+94+238=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #D95EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95EEE is #26A111. Grayscale: #929292. Windows color (decimal): -2531602 or 15621849. OLE color: 15621849.
HSL color Cylindrical-coordinate representation of color #D95EEE: hue angle of 291.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95EEE is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 94 | 238 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.07 |
| HSL | 291.25º | 0.81% | 0.65% | - |
| HSV(B) | 291.25º | 0.61% | 0.93% | - |
| XYZ | 48.05 | 28.93 | 83.94 | - |
| YUV | 147.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 94 | 238 | 0.09 | 0.61 | 0 | 0.07 | 291.25 | 0.81 | 0.65 |
| Hex | D9 | 5E | EE | 9 | 3D | 0 | 7 | 123 | 51 | 41 |
| Octal | 331 | 136 | 356 | 11 | 75 | 0 | 7 | 443 | 121 | 101 |
| Binary | 11011001 | 1011110 | 11101110 | 1001 | 111101 | 0 | 111 | 100100011 | 1010001 | 1000001 |
Color Harmonies of #D95EEE
Complementary color
Monochromatic Colors of #D95EEE
Black with #D95EEE
Text Example
Text Example
White with #D95EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95EEE; }
p { color: rgb(217,94,238); }
H1.HeaderClassName
{
color: #D95EEE;
}
.AnyTagClassName
{
color: #D95EEE;
}
</style>
background-color css
<style>
a { background-color: #D95EEE; }
a { background-color: rgb(217,94,238); }
div.DivClassName
{
background-color: #D95EEE;
}
.BgClassName
{
background-color: #D95EEE;
}
</style>
border-color css
<style>
span { border-color: #D95EEE; }
span { border-color: rgb(217,94,238); }
td.TdClassName
{
border-color: #D95EEE;
}
.TagClassName
{
border-color: #D95EEE;
}
</style>