Shades of Pale Violet Red #D976A1
Tints of Pale Violet Red #D976A1
RGB
CMYK
RGB Variations
Color information
#D976A1 (or 0xD976A1) is known color: Pale Violet Red. HEX triplet: D9, 76 and A1. RGB value is (217,118,161). Sum of RGB (Red+Green+Blue) = 217+118+161=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D976A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976A1 is #26895E. Grayscale: #989898. Windows color (decimal): -2525535 or 10581721. OLE color: 10581721.
HSL color Cylindrical-coordinate representation of color #D976A1: hue angle of 333.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D976A1 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 161 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.15 |
| HSL | 333.94º | 0.57% | 0.66% | - |
| HSV(B) | 333.94º | 0.46% | 0.85% | - |
| XYZ | 41.53 | 30.28 | 37.37 | - |
| YUV | 152.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 161 | 0 | 0.46 | 0.26 | 0.15 | 333.94 | 0.57 | 0.66 |
| Hex | D9 | 76 | A1 | 0 | 2E | 1A | F | 14E | 39 | 42 |
| Octal | 331 | 166 | 241 | 0 | 56 | 32 | 17 | 516 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10100001 | 0 | 101110 | 11010 | 1111 | 101001110 | 111001 | 1000010 |
Color Harmonies of #D976A1
Complementary color
Monochromatic Colors of #D976A1
Black with #D976A1
Text Example
Text Example
White with #D976A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976A1; }
p { color: rgb(217,118,161); }
H1.HeaderClassName
{
color: #D976A1;
}
.AnyTagClassName
{
color: #D976A1;
}
</style>
background-color css
<style>
a { background-color: #D976A1; }
a { background-color: rgb(217,118,161); }
div.DivClassName
{
background-color: #D976A1;
}
.BgClassName
{
background-color: #D976A1;
}
</style>
border-color css
<style>
span { border-color: #D976A1; }
span { border-color: rgb(217,118,161); }
td.TdClassName
{
border-color: #D976A1;
}
.TagClassName
{
border-color: #D976A1;
}
</style>