Shades of Heliotrope #D976FB
Tints of Heliotrope #D976FB
RGB
CMYK
RGB Variations
Color information
#D976FB (or 0xD976FB) is known color: Heliotrope. HEX triplet: D9, 76 and FB. RGB value is (217,118,251). Sum of RGB (Red+Green+Blue) = 217+118+251=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 118 (46.48% from 255 or 20.14% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #D976FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D976FB is #268904. Grayscale: #A2A2A2. Windows color (decimal): -2525445 or 16479961. OLE color: 16479961.
HSL color Cylindrical-coordinate representation of color #D976FB: hue angle of 284.66º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D976FB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 118 | 251 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.02 |
| HSL | 284.66º | 0.94% | 0.72% | - |
| HSV(B) | 284.66º | 0.53% | 0.98% | - |
| XYZ | 52.51 | 34.67 | 95.19 | - |
| YUV | 162.76 | 177.8 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 251 | 0.14 | 0.53 | 0 | 0.02 | 284.66 | 0.94 | 0.72 |
| Hex | D9 | 76 | FB | E | 35 | 0 | 2 | 11D | 5E | 48 |
| Octal | 331 | 166 | 373 | 16 | 65 | 0 | 2 | 435 | 136 | 110 |
| Binary | 11011001 | 1110110 | 11111011 | 1110 | 110101 | 0 | 10 | 100011101 | 1011110 | 1001000 |
Color Harmonies of #D976FB
Complementary color
Monochromatic Colors of #D976FB
Black with #D976FB
Text Example
Text Example
White with #D976FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976FB; }
p { color: rgb(217,118,251); }
H1.HeaderClassName
{
color: #D976FB;
}
.AnyTagClassName
{
color: #D976FB;
}
</style>
background-color css
<style>
a { background-color: #D976FB; }
a { background-color: rgb(217,118,251); }
div.DivClassName
{
background-color: #D976FB;
}
.BgClassName
{
background-color: #D976FB;
}
</style>
border-color css
<style>
span { border-color: #D976FB; }
span { border-color: rgb(217,118,251); }
td.TdClassName
{
border-color: #D976FB;
}
.TagClassName
{
border-color: #D976FB;
}
</style>