Shades of Pale Violet Red #D976AA
Tints of Pale Violet Red #D976AA
RGB
CMYK
RGB Variations
Color information
#D976AA (or 0xD976AA) is known color: Pale Violet Red. HEX triplet: D9, 76 and AA. RGB value is (217,118,170). Sum of RGB (Red+Green+Blue) = 217+118+170=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D976AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976AA is #268955. Grayscale: #999999. Windows color (decimal): -2525526 or 11171545. OLE color: 11171545.
HSL color Cylindrical-coordinate representation of color #D976AA: hue angle of 328.48º 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 #D976AA is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 170 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.15 |
| HSL | 328.48º | 0.57% | 0.66% | - |
| HSV(B) | 328.48º | 0.46% | 0.85% | - |
| XYZ | 42.35 | 30.61 | 41.71 | - |
| YUV | 153.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 170 | 0 | 0.46 | 0.22 | 0.15 | 328.48 | 0.57 | 0.66 |
| Hex | D9 | 76 | AA | 0 | 2E | 16 | F | 148 | 39 | 42 |
| Octal | 331 | 166 | 252 | 0 | 56 | 26 | 17 | 510 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10101010 | 0 | 101110 | 10110 | 1111 | 101001000 | 111001 | 1000010 |
Color Harmonies of #D976AA
Complementary color
Monochromatic Colors of #D976AA
Black with #D976AA
Text Example
Text Example
White with #D976AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976AA; }
p { color: rgb(217,118,170); }
H1.HeaderClassName
{
color: #D976AA;
}
.AnyTagClassName
{
color: #D976AA;
}
</style>
background-color css
<style>
a { background-color: #D976AA; }
a { background-color: rgb(217,118,170); }
div.DivClassName
{
background-color: #D976AA;
}
.BgClassName
{
background-color: #D976AA;
}
</style>
border-color css
<style>
span { border-color: #D976AA; }
span { border-color: rgb(217,118,170); }
td.TdClassName
{
border-color: #D976AA;
}
.TagClassName
{
border-color: #D976AA;
}
</style>