Shades of Heliotrope #D97DF2
Tints of Heliotrope #D97DF2
RGB
CMYK
RGB Variations
Color information
#D97DF2 (or 0xD97DF2) is known color: Heliotrope. HEX triplet: D9, 7D and F2. RGB value is (217,125,242). Sum of RGB (Red+Green+Blue) = 217+125+242=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #D97DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97DF2 is #26820D. Grayscale: #A5A5A5. Windows color (decimal): -2523662 or 15891929. OLE color: 15891929.
HSL color Cylindrical-coordinate representation of color #D97DF2: hue angle of 287.18º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97DF2 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 125 | 242 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.05 |
| HSL | 287.18º | 0.82% | 0.72% | - |
| HSV(B) | 287.18º | 0.48% | 0.95% | - |
| XYZ | 51.98 | 35.83 | 88.18 | - |
| YUV | 165.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 242 | 0.10 | 0.48 | 0 | 0.05 | 287.18 | 0.82 | 0.72 |
| Hex | D9 | 7D | F2 | A | 30 | 0 | 5 | 11F | 52 | 48 |
| Octal | 331 | 175 | 362 | 12 | 60 | 0 | 5 | 437 | 122 | 110 |
| Binary | 11011001 | 1111101 | 11110010 | 1010 | 110000 | 0 | 101 | 100011111 | 1010010 | 1001000 |
Color Harmonies of #D97DF2
Complementary color
Monochromatic Colors of #D97DF2
Black with #D97DF2
Text Example
Text Example
White with #D97DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DF2; }
p { color: rgb(217,125,242); }
H1.HeaderClassName
{
color: #D97DF2;
}
.AnyTagClassName
{
color: #D97DF2;
}
</style>
background-color css
<style>
a { background-color: #D97DF2; }
a { background-color: rgb(217,125,242); }
div.DivClassName
{
background-color: #D97DF2;
}
.BgClassName
{
background-color: #D97DF2;
}
</style>
border-color css
<style>
span { border-color: #D97DF2; }
span { border-color: rgb(217,125,242); }
td.TdClassName
{
border-color: #D97DF2;
}
.TagClassName
{
border-color: #D97DF2;
}
</style>