Shades of Heliotrope #D96BEE
Tints of Heliotrope #D96BEE
RGB
CMYK
RGB Variations
Color information
#D96BEE (or 0xD96BEE) is known color: Heliotrope. HEX triplet: D9, 6B and EE. RGB value is (217,107,238). Sum of RGB (Red+Green+Blue) = 217+107+238=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #D96BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BEE is #269411. Grayscale: #9A9A9A. Windows color (decimal): -2528274 or 15625177. OLE color: 15625177.
HSL color Cylindrical-coordinate representation of color #D96BEE: hue angle of 290.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96BEE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 107 | 238 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.07 |
| HSL | 290.38º | 0.79% | 0.68% | - |
| HSV(B) | 290.38º | 0.55% | 0.93% | - |
| XYZ | 49.31 | 31.44 | 84.36 | - |
| YUV | 154.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 238 | 0.09 | 0.55 | 0 | 0.07 | 290.38 | 0.79 | 0.68 |
| Hex | D9 | 6B | EE | 9 | 37 | 0 | 7 | 122 | 4F | 44 |
| Octal | 331 | 153 | 356 | 11 | 67 | 0 | 7 | 442 | 117 | 104 |
| Binary | 11011001 | 1101011 | 11101110 | 1001 | 110111 | 0 | 111 | 100100010 | 1001111 | 1000100 |
Color Harmonies of #D96BEE
Complementary color
Monochromatic Colors of #D96BEE
Black with #D96BEE
Text Example
Text Example
White with #D96BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BEE; }
p { color: rgb(217,107,238); }
H1.HeaderClassName
{
color: #D96BEE;
}
.AnyTagClassName
{
color: #D96BEE;
}
</style>
background-color css
<style>
a { background-color: #D96BEE; }
a { background-color: rgb(217,107,238); }
div.DivClassName
{
background-color: #D96BEE;
}
.BgClassName
{
background-color: #D96BEE;
}
</style>
border-color css
<style>
span { border-color: #D96BEE; }
span { border-color: rgb(217,107,238); }
td.TdClassName
{
border-color: #D96BEE;
}
.TagClassName
{
border-color: #D96BEE;
}
</style>