Shades of Heliotrope #D96FFD
Tints of Heliotrope #D96FFD
RGB
CMYK
RGB Variations
Color information
#D96FFD (or 0xD96FFD) is known color: Heliotrope. HEX triplet: D9, 6F and FD. RGB value is (217,111,253). Sum of RGB (Red+Green+Blue) = 217+111+253=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #D96FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FFD is #269002. Grayscale: #9E9E9E. Windows color (decimal): -2527235 or 16609241. OLE color: 16609241.
HSL color Cylindrical-coordinate representation of color #D96FFD: hue angle of 284.79º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96FFD is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 111 | 253 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.01 |
| HSL | 284.79º | 0.97% | 0.71% | - |
| HSV(B) | 284.79º | 0.56% | 0.99% | - |
| XYZ | 52.03 | 33.21 | 96.6 | - |
| YUV | 158.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 253 | 0.14 | 0.56 | 0 | 0.01 | 284.79 | 0.97 | 0.71 |
| Hex | D9 | 6F | FD | E | 38 | 0 | 1 | 11D | 61 | 47 |
| Octal | 331 | 157 | 375 | 16 | 70 | 0 | 1 | 435 | 141 | 107 |
| Binary | 11011001 | 1101111 | 11111101 | 1110 | 111000 | 0 | 1 | 100011101 | 1100001 | 1000111 |
Color Harmonies of #D96FFD
Complementary color
Monochromatic Colors of #D96FFD
Black with #D96FFD
Text Example
Text Example
White with #D96FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FFD; }
p { color: rgb(217,111,253); }
H1.HeaderClassName
{
color: #D96FFD;
}
.AnyTagClassName
{
color: #D96FFD;
}
</style>
background-color css
<style>
a { background-color: #D96FFD; }
a { background-color: rgb(217,111,253); }
div.DivClassName
{
background-color: #D96FFD;
}
.BgClassName
{
background-color: #D96FFD;
}
</style>
border-color css
<style>
span { border-color: #D96FFD; }
span { border-color: rgb(217,111,253); }
td.TdClassName
{
border-color: #D96FFD;
}
.TagClassName
{
border-color: #D96FFD;
}
</style>