Shades of Heliotrope #D96BED
Tints of Heliotrope #D96BED
RGB
CMYK
RGB Variations
Color information
#D96BED (or 0xD96BED) is known color: Heliotrope. HEX triplet: D9, 6B and ED. RGB value is (217,107,237). Sum of RGB (Red+Green+Blue) = 217+107+237=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #D96BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BED is #269412. Grayscale: #9A9A9A. Windows color (decimal): -2528275 or 15559641. OLE color: 15559641.
HSL color Cylindrical-coordinate representation of color #D96BED: hue angle of 290.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96BED is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 107 | 237 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.07 |
| HSL | 290.77º | 0.78% | 0.67% | - |
| HSV(B) | 290.77º | 0.55% | 0.93% | - |
| XYZ | 49.16 | 31.38 | 83.59 | - |
| YUV | 154.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 237 | 0.08 | 0.55 | 0 | 0.07 | 290.77 | 0.78 | 0.67 |
| Hex | D9 | 6B | ED | 8 | 37 | 0 | 7 | 123 | 4E | 43 |
| Octal | 331 | 153 | 355 | 10 | 67 | 0 | 7 | 443 | 116 | 103 |
| Binary | 11011001 | 1101011 | 11101101 | 1000 | 110111 | 0 | 111 | 100100011 | 1001110 | 1000011 |
Color Harmonies of #D96BED
Complementary color
Monochromatic Colors of #D96BED
Black with #D96BED
Text Example
Text Example
White with #D96BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BED; }
p { color: rgb(217,107,237); }
H1.HeaderClassName
{
color: #D96BED;
}
.AnyTagClassName
{
color: #D96BED;
}
</style>
background-color css
<style>
a { background-color: #D96BED; }
a { background-color: rgb(217,107,237); }
div.DivClassName
{
background-color: #D96BED;
}
.BgClassName
{
background-color: #D96BED;
}
</style>
border-color css
<style>
span { border-color: #D96BED; }
span { border-color: rgb(217,107,237); }
td.TdClassName
{
border-color: #D96BED;
}
.TagClassName
{
border-color: #D96BED;
}
</style>