Shades of Heliotrope #D96FEE
Tints of Heliotrope #D96FEE
RGB
CMYK
RGB Variations
Color information
#D96FEE (or 0xD96FEE) is known color: Heliotrope. HEX triplet: D9, 6F and EE. RGB value is (217,111,238). Sum of RGB (Red+Green+Blue) = 217+111+238=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #D96FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FEE is #269011. Grayscale: #9C9C9C. Windows color (decimal): -2527250 or 15626201. OLE color: 15626201.
HSL color Cylindrical-coordinate representation of color #D96FEE: hue angle of 290.08º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96FEE is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 111 | 238 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.07 |
| HSL | 290.08º | 0.79% | 0.68% | - |
| HSV(B) | 290.08º | 0.53% | 0.93% | - |
| XYZ | 49.73 | 32.29 | 84.5 | - |
| YUV | 157.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 238 | 0.09 | 0.53 | 0 | 0.07 | 290.08 | 0.79 | 0.68 |
| Hex | D9 | 6F | EE | 9 | 35 | 0 | 7 | 122 | 4F | 44 |
| Octal | 331 | 157 | 356 | 11 | 65 | 0 | 7 | 442 | 117 | 104 |
| Binary | 11011001 | 1101111 | 11101110 | 1001 | 110101 | 0 | 111 | 100100010 | 1001111 | 1000100 |
Color Harmonies of #D96FEE
Complementary color
Monochromatic Colors of #D96FEE
Black with #D96FEE
Text Example
Text Example
White with #D96FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FEE; }
p { color: rgb(217,111,238); }
H1.HeaderClassName
{
color: #D96FEE;
}
.AnyTagClassName
{
color: #D96FEE;
}
</style>
background-color css
<style>
a { background-color: #D96FEE; }
a { background-color: rgb(217,111,238); }
div.DivClassName
{
background-color: #D96FEE;
}
.BgClassName
{
background-color: #D96FEE;
}
</style>
border-color css
<style>
span { border-color: #D96FEE; }
span { border-color: rgb(217,111,238); }
td.TdClassName
{
border-color: #D96FEE;
}
.TagClassName
{
border-color: #D96FEE;
}
</style>