Shades of Heliotrope #D96DFE
Tints of Heliotrope #D96DFE
RGB
CMYK
RGB Variations
Color information
#D96DFE (or 0xD96DFE) is known color: Heliotrope. HEX triplet: D9, 6D and FE. RGB value is (217,109,254). Sum of RGB (Red+Green+Blue) = 217+109+254=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #D96DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DFE is #269201. Grayscale: #9D9D9D. Windows color (decimal): -2527746 or 16674265. OLE color: 16674265.
HSL color Cylindrical-coordinate representation of color #D96DFE: hue angle of 284.69º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D96DFE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 109 | 254 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.00 |
| HSL | 284.69º | 0.99% | 0.71% | - |
| HSV(B) | 284.69º | 0.57% | 1% | - |
| XYZ | 51.97 | 32.84 | 97.37 | - |
| YUV | 157.82 | 182.28 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 254 | 0.15 | 0.57 | 0 | 0.00 | 284.69 | 0.99 | 0.71 |
| Hex | D9 | 6D | FE | F | 39 | 0 | 0 | 11D | 63 | 47 |
| Octal | 331 | 155 | 376 | 17 | 71 | 0 | 0 | 435 | 143 | 107 |
| Binary | 11011001 | 1101101 | 11111110 | 1111 | 111001 | 0 | 0 | 100011101 | 1100011 | 1000111 |
Color Harmonies of #D96DFE
Complementary color
Monochromatic Colors of #D96DFE
Black with #D96DFE
Text Example
Text Example
White with #D96DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DFE; }
p { color: rgb(217,109,254); }
H1.HeaderClassName
{
color: #D96DFE;
}
.AnyTagClassName
{
color: #D96DFE;
}
</style>
background-color css
<style>
a { background-color: #D96DFE; }
a { background-color: rgb(217,109,254); }
div.DivClassName
{
background-color: #D96DFE;
}
.BgClassName
{
background-color: #D96DFE;
}
</style>
border-color css
<style>
span { border-color: #D96DFE; }
span { border-color: rgb(217,109,254); }
td.TdClassName
{
border-color: #D96DFE;
}
.TagClassName
{
border-color: #D96DFE;
}
</style>