Shades of Heliotrope #D976FE
Tints of Heliotrope #D976FE
RGB
CMYK
RGB Variations
Color information
#D976FE (or 0xD976FE) is known color: Heliotrope. HEX triplet: D9, 76 and FE. RGB value is (217,118,254). Sum of RGB (Red+Green+Blue) = 217+118+254=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #D976FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D976FE is #268901. Grayscale: #A2A2A2. Windows color (decimal): -2525442 or 16676569. OLE color: 16676569.
HSL color Cylindrical-coordinate representation of color #D976FE: hue angle of 283.68º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D976FE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 118 | 254 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.00 |
| HSL | 283.68º | 0.99% | 0.73% | - |
| HSV(B) | 283.68º | 0.54% | 1% | - |
| XYZ | 52.98 | 34.86 | 97.7 | - |
| YUV | 163.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 254 | 0.15 | 0.54 | 0 | 0.00 | 283.68 | 0.99 | 0.73 |
| Hex | D9 | 76 | FE | F | 36 | 0 | 0 | 11C | 63 | 49 |
| Octal | 331 | 166 | 376 | 17 | 66 | 0 | 0 | 434 | 143 | 111 |
| Binary | 11011001 | 1110110 | 11111110 | 1111 | 110110 | 0 | 0 | 100011100 | 1100011 | 1001001 |
Color Harmonies of #D976FE
Complementary color
Monochromatic Colors of #D976FE
Black with #D976FE
Text Example
Text Example
White with #D976FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976FE; }
p { color: rgb(217,118,254); }
H1.HeaderClassName
{
color: #D976FE;
}
.AnyTagClassName
{
color: #D976FE;
}
</style>
background-color css
<style>
a { background-color: #D976FE; }
a { background-color: rgb(217,118,254); }
div.DivClassName
{
background-color: #D976FE;
}
.BgClassName
{
background-color: #D976FE;
}
</style>
border-color css
<style>
span { border-color: #D976FE; }
span { border-color: rgb(217,118,254); }
td.TdClassName
{
border-color: #D976FE;
}
.TagClassName
{
border-color: #D976FE;
}
</style>