Shades of Pale Violet Red #D977A1
Tints of Pale Violet Red #D977A1
RGB
CMYK
RGB Variations
Color information
#D977A1 (or 0xD977A1) is known color: Pale Violet Red. HEX triplet: D9, 77 and A1. RGB value is (217,119,161). Sum of RGB (Red+Green+Blue) = 217+119+161=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D977A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977A1 is #26885E. Grayscale: #999999. Windows color (decimal): -2525279 or 10581977. OLE color: 10581977.
HSL color Cylindrical-coordinate representation of color #D977A1: hue angle of 334.29º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D977A1 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 161 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.15 |
| HSL | 334.29º | 0.56% | 0.66% | - |
| HSV(B) | 334.29º | 0.45% | 0.85% | - |
| XYZ | 41.65 | 30.52 | 37.41 | - |
| YUV | 153.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 161 | 0 | 0.45 | 0.26 | 0.15 | 334.29 | 0.56 | 0.66 |
| Hex | D9 | 77 | A1 | 0 | 2D | 1A | F | 14E | 38 | 42 |
| Octal | 331 | 167 | 241 | 0 | 55 | 32 | 17 | 516 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10100001 | 0 | 101101 | 11010 | 1111 | 101001110 | 111000 | 1000010 |
Color Harmonies of #D977A1
Complementary color
Monochromatic Colors of #D977A1
Black with #D977A1
Text Example
Text Example
White with #D977A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977A1; }
p { color: rgb(217,119,161); }
H1.HeaderClassName
{
color: #D977A1;
}
.AnyTagClassName
{
color: #D977A1;
}
</style>
background-color css
<style>
a { background-color: #D977A1; }
a { background-color: rgb(217,119,161); }
div.DivClassName
{
background-color: #D977A1;
}
.BgClassName
{
background-color: #D977A1;
}
</style>
border-color css
<style>
span { border-color: #D977A1; }
span { border-color: rgb(217,119,161); }
td.TdClassName
{
border-color: #D977A1;
}
.TagClassName
{
border-color: #D977A1;
}
</style>