Shades of Heliotrope #D96FED
Tints of Heliotrope #D96FED
RGB
CMYK
RGB Variations
Color information
#D96FED (or 0xD96FED) is known color: Heliotrope. HEX triplet: D9, 6F and ED. RGB value is (217,111,237). Sum of RGB (Red+Green+Blue) = 217+111+237=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #D96FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FED is #269012. Grayscale: #9C9C9C. Windows color (decimal): -2527251 or 15560665. OLE color: 15560665.
HSL color Cylindrical-coordinate representation of color #D96FED: hue angle of 290.48º degrees, saturation: 0.78, 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 #D96FED is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 111 | 237 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 290.48º | 0.78% | 0.68% | - |
| HSV(B) | 290.48º | 0.53% | 0.93% | - |
| XYZ | 49.59 | 32.24 | 83.73 | - |
| YUV | 157.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 237 | 0.08 | 0.53 | 0 | 0.07 | 290.48 | 0.78 | 0.68 |
| Hex | D9 | 6F | ED | 8 | 35 | 0 | 7 | 122 | 4E | 44 |
| Octal | 331 | 157 | 355 | 10 | 65 | 0 | 7 | 442 | 116 | 104 |
| Binary | 11011001 | 1101111 | 11101101 | 1000 | 110101 | 0 | 111 | 100100010 | 1001110 | 1000100 |
Color Harmonies of #D96FED
Complementary color
Monochromatic Colors of #D96FED
Black with #D96FED
Text Example
Text Example
White with #D96FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FED; }
p { color: rgb(217,111,237); }
H1.HeaderClassName
{
color: #D96FED;
}
.AnyTagClassName
{
color: #D96FED;
}
</style>
background-color css
<style>
a { background-color: #D96FED; }
a { background-color: rgb(217,111,237); }
div.DivClassName
{
background-color: #D96FED;
}
.BgClassName
{
background-color: #D96FED;
}
</style>
border-color css
<style>
span { border-color: #D96FED; }
span { border-color: rgb(217,111,237); }
td.TdClassName
{
border-color: #D96FED;
}
.TagClassName
{
border-color: #D96FED;
}
</style>