Shades of Heliotrope #D97FFF
Tints of Heliotrope #D97FFF
RGB
CMYK
RGB Variations
Color information
#D97FFF (or 0xD97FFF) is known color: Heliotrope. HEX triplet: D9, 7F and FF. RGB value is (217,127,255). Sum of RGB (Red+Green+Blue) = 217+127+255=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #D97FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97FFF is #268000. Grayscale: #A8A8A8. Windows color (decimal): -2523137 or 16744409. OLE color: 16744409.
HSL color Cylindrical-coordinate representation of color #D97FFF: hue angle of 282.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D97FFF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 127 | 255 | - |
| CMYK | 0.15 | 0.50 | 0 | 0 |
| HSL | 282.19º | 1% | 0.75% | - |
| HSV(B) | 282.19º | 0.5% | 1% | - |
| XYZ | 54.25 | 37.15 | 98.92 | - |
| YUV | 168.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 255 | 0.15 | 0.50 | 0 | 0 | 282.19 | 1 | 0.75 |
| Hex | D9 | 7F | FF | F | 32 | 0 | 0 | 11A | 64 | 4B |
| Octal | 331 | 177 | 377 | 17 | 62 | 0 | 0 | 432 | 144 | 113 |
| Binary | 11011001 | 1111111 | 11111111 | 1111 | 110010 | 0 | 0 | 100011010 | 1100100 | 1001011 |
Color Harmonies of #D97FFF
Complementary color
Monochromatic Colors of #D97FFF
Black with #D97FFF
Text Example
Text Example
White with #D97FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FFF; }
p { color: rgb(217,127,255); }
H1.HeaderClassName
{
color: #D97FFF;
}
.AnyTagClassName
{
color: #D97FFF;
}
</style>
background-color css
<style>
a { background-color: #D97FFF; }
a { background-color: rgb(217,127,255); }
div.DivClassName
{
background-color: #D97FFF;
}
.BgClassName
{
background-color: #D97FFF;
}
</style>
border-color css
<style>
span { border-color: #D97FFF; }
span { border-color: rgb(217,127,255); }
td.TdClassName
{
border-color: #D97FFF;
}
.TagClassName
{
border-color: #D97FFF;
}
</style>