Shades of Heliotrope #D97DF5
Tints of Heliotrope #D97DF5
RGB
CMYK
RGB Variations
Color information
#D97DF5 (or 0xD97DF5) is known color: Heliotrope. HEX triplet: D9, 7D and F5. RGB value is (217,125,245). Sum of RGB (Red+Green+Blue) = 217+125+245=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #D97DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97DF5 is #26820A. Grayscale: #A5A5A5. Windows color (decimal): -2523659 or 16088537. OLE color: 16088537.
HSL color Cylindrical-coordinate representation of color #D97DF5: hue angle of 286º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D97DF5 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 125 | 245 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.04 |
| HSL | 286º | 0.86% | 0.73% | - |
| HSV(B) | 286º | 0.49% | 0.96% | - |
| XYZ | 52.43 | 36.01 | 90.57 | - |
| YUV | 166.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 245 | 0.11 | 0.49 | 0 | 0.04 | 286 | 0.86 | 0.73 |
| Hex | D9 | 7D | F5 | B | 31 | 0 | 4 | 11E | 56 | 49 |
| Octal | 331 | 175 | 365 | 13 | 61 | 0 | 4 | 436 | 126 | 111 |
| Binary | 11011001 | 1111101 | 11110101 | 1011 | 110001 | 0 | 100 | 100011110 | 1010110 | 1001001 |
Color Harmonies of #D97DF5
Complementary color
Monochromatic Colors of #D97DF5
Black with #D97DF5
Text Example
Text Example
White with #D97DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DF5; }
p { color: rgb(217,125,245); }
H1.HeaderClassName
{
color: #D97DF5;
}
.AnyTagClassName
{
color: #D97DF5;
}
</style>
background-color css
<style>
a { background-color: #D97DF5; }
a { background-color: rgb(217,125,245); }
div.DivClassName
{
background-color: #D97DF5;
}
.BgClassName
{
background-color: #D97DF5;
}
</style>
border-color css
<style>
span { border-color: #D97DF5; }
span { border-color: rgb(217,125,245); }
td.TdClassName
{
border-color: #D97DF5;
}
.TagClassName
{
border-color: #D97DF5;
}
</style>