Shades of Heliotrope #D976F0
Tints of Heliotrope #D976F0
RGB
CMYK
RGB Variations
Color information
#D976F0 (or 0xD976F0) is known color: Heliotrope. HEX triplet: D9, 76 and F0. RGB value is (217,118,240). Sum of RGB (Red+Green+Blue) = 217+118+240=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #D976F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D976F0 is #26890F. Grayscale: #A1A1A1. Windows color (decimal): -2525456 or 15759065. OLE color: 15759065.
HSL color Cylindrical-coordinate representation of color #D976F0: hue angle of 288.69º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D976F0 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 118 | 240 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.06 |
| HSL | 288.69º | 0.8% | 0.7% | - |
| HSV(B) | 288.69º | 0.51% | 0.94% | - |
| XYZ | 50.82 | 34 | 86.32 | - |
| YUV | 161.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 240 | 0.10 | 0.51 | 0 | 0.06 | 288.69 | 0.8 | 0.7 |
| Hex | D9 | 76 | F0 | A | 33 | 0 | 6 | 121 | 50 | 46 |
| Octal | 331 | 166 | 360 | 12 | 63 | 0 | 6 | 441 | 120 | 106 |
| Binary | 11011001 | 1110110 | 11110000 | 1010 | 110011 | 0 | 110 | 100100001 | 1010000 | 1000110 |
Color Harmonies of #D976F0
Complementary color
Monochromatic Colors of #D976F0
Black with #D976F0
Text Example
Text Example
White with #D976F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976F0; }
p { color: rgb(217,118,240); }
H1.HeaderClassName
{
color: #D976F0;
}
.AnyTagClassName
{
color: #D976F0;
}
</style>
background-color css
<style>
a { background-color: #D976F0; }
a { background-color: rgb(217,118,240); }
div.DivClassName
{
background-color: #D976F0;
}
.BgClassName
{
background-color: #D976F0;
}
</style>
border-color css
<style>
span { border-color: #D976F0; }
span { border-color: rgb(217,118,240); }
td.TdClassName
{
border-color: #D976F0;
}
.TagClassName
{
border-color: #D976F0;
}
</style>