Shades of Heliotrope #D96DF0
Tints of Heliotrope #D96DF0
RGB
CMYK
RGB Variations
Color information
#D96DF0 (or 0xD96DF0) is known color: Heliotrope. HEX triplet: D9, 6D and F0. RGB value is (217,109,240). Sum of RGB (Red+Green+Blue) = 217+109+240=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #D96DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DF0 is #26920F. Grayscale: #9B9B9B. Windows color (decimal): -2527760 or 15756761. OLE color: 15756761.
HSL color Cylindrical-coordinate representation of color #D96DF0: hue angle of 289.47º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96DF0 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 109 | 240 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.06 |
| HSL | 289.47º | 0.81% | 0.68% | - |
| HSV(B) | 289.47º | 0.55% | 0.94% | - |
| XYZ | 49.81 | 31.98 | 85.99 | - |
| YUV | 156.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 240 | 0.10 | 0.55 | 0 | 0.06 | 289.47 | 0.81 | 0.68 |
| Hex | D9 | 6D | F0 | A | 37 | 0 | 6 | 121 | 51 | 44 |
| Octal | 331 | 155 | 360 | 12 | 67 | 0 | 6 | 441 | 121 | 104 |
| Binary | 11011001 | 1101101 | 11110000 | 1010 | 110111 | 0 | 110 | 100100001 | 1010001 | 1000100 |
Color Harmonies of #D96DF0
Complementary color
Monochromatic Colors of #D96DF0
Black with #D96DF0
Text Example
Text Example
White with #D96DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DF0; }
p { color: rgb(217,109,240); }
H1.HeaderClassName
{
color: #D96DF0;
}
.AnyTagClassName
{
color: #D96DF0;
}
</style>
background-color css
<style>
a { background-color: #D96DF0; }
a { background-color: rgb(217,109,240); }
div.DivClassName
{
background-color: #D96DF0;
}
.BgClassName
{
background-color: #D96DF0;
}
</style>
border-color css
<style>
span { border-color: #D96DF0; }
span { border-color: rgb(217,109,240); }
td.TdClassName
{
border-color: #D96DF0;
}
.TagClassName
{
border-color: #D96DF0;
}
</style>