Shades of Heliotrope #D976FF
Tints of Heliotrope #D976FF
RGB
CMYK
RGB Variations
Color information
#D976FF (or 0xD976FF) is known color: Heliotrope. HEX triplet: D9, 76 and FF. RGB value is (217,118,255). Sum of RGB (Red+Green+Blue) = 217+118+255=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #D976FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D976FF is #268900. Grayscale: #A2A2A2. Windows color (decimal): -2525441 or 16742105. OLE color: 16742105.
HSL color Cylindrical-coordinate representation of color #D976FF: hue angle of 283.36º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D976FF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 118 | 255 | - |
| CMYK | 0.15 | 0.54 | 0 | 0 |
| HSL | 283.36º | 1% | 0.73% | - |
| HSV(B) | 283.36º | 0.54% | 1% | - |
| XYZ | 53.14 | 34.93 | 98.55 | - |
| YUV | 163.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 255 | 0.15 | 0.54 | 0 | 0 | 283.36 | 1 | 0.73 |
| Hex | D9 | 76 | FF | F | 36 | 0 | 0 | 11B | 64 | 49 |
| Octal | 331 | 166 | 377 | 17 | 66 | 0 | 0 | 433 | 144 | 111 |
| Binary | 11011001 | 1110110 | 11111111 | 1111 | 110110 | 0 | 0 | 100011011 | 1100100 | 1001001 |
Color Harmonies of #D976FF
Complementary color
Monochromatic Colors of #D976FF
Black with #D976FF
Text Example
Text Example
White with #D976FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976FF; }
p { color: rgb(217,118,255); }
H1.HeaderClassName
{
color: #D976FF;
}
.AnyTagClassName
{
color: #D976FF;
}
</style>
background-color css
<style>
a { background-color: #D976FF; }
a { background-color: rgb(217,118,255); }
div.DivClassName
{
background-color: #D976FF;
}
.BgClassName
{
background-color: #D976FF;
}
</style>
border-color css
<style>
span { border-color: #D976FF; }
span { border-color: rgb(217,118,255); }
td.TdClassName
{
border-color: #D976FF;
}
.TagClassName
{
border-color: #D976FF;
}
</style>