Shades of Heliotrope #D979F2
Tints of Heliotrope #D979F2
RGB
CMYK
RGB Variations
Color information
#D979F2 (or 0xD979F2) is known color: Heliotrope. HEX triplet: D9, 79 and F2. RGB value is (217,121,242). Sum of RGB (Red+Green+Blue) = 217+121+242=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #D979F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D979F2 is #26860D. Grayscale: #A3A3A3. Windows color (decimal): -2524686 or 15890905. OLE color: 15890905.
HSL color Cylindrical-coordinate representation of color #D979F2: hue angle of 287.6º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D979F2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 121 | 242 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.05 |
| HSL | 287.6º | 0.82% | 0.71% | - |
| HSV(B) | 287.6º | 0.5% | 0.95% | - |
| XYZ | 51.48 | 34.84 | 88.02 | - |
| YUV | 163.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 242 | 0.10 | 0.50 | 0 | 0.05 | 287.6 | 0.82 | 0.71 |
| Hex | D9 | 79 | F2 | A | 32 | 0 | 5 | 120 | 52 | 47 |
| Octal | 331 | 171 | 362 | 12 | 62 | 0 | 5 | 440 | 122 | 107 |
| Binary | 11011001 | 1111001 | 11110010 | 1010 | 110010 | 0 | 101 | 100100000 | 1010010 | 1000111 |
Color Harmonies of #D979F2
Complementary color
Monochromatic Colors of #D979F2
Black with #D979F2
Text Example
Text Example
White with #D979F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979F2; }
p { color: rgb(217,121,242); }
H1.HeaderClassName
{
color: #D979F2;
}
.AnyTagClassName
{
color: #D979F2;
}
</style>
background-color css
<style>
a { background-color: #D979F2; }
a { background-color: rgb(217,121,242); }
div.DivClassName
{
background-color: #D979F2;
}
.BgClassName
{
background-color: #D979F2;
}
</style>
border-color css
<style>
span { border-color: #D979F2; }
span { border-color: rgb(217,121,242); }
td.TdClassName
{
border-color: #D979F2;
}
.TagClassName
{
border-color: #D979F2;
}
</style>