Shades of Pale Violet Red #D977AA
Tints of Pale Violet Red #D977AA
RGB
CMYK
RGB Variations
Color information
#D977AA (or 0xD977AA) is known color: Pale Violet Red. HEX triplet: D9, 77 and AA. RGB value is (217,119,170). Sum of RGB (Red+Green+Blue) = 217+119+170=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D977AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977AA is #268855. Grayscale: #9A9A9A. Windows color (decimal): -2525270 or 11171801. OLE color: 11171801.
HSL color Cylindrical-coordinate representation of color #D977AA: hue angle of 328.78º 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 #D977AA is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 170 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.15 |
| HSL | 328.78º | 0.56% | 0.66% | - |
| HSV(B) | 328.78º | 0.45% | 0.85% | - |
| XYZ | 42.47 | 30.85 | 41.75 | - |
| YUV | 154.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 170 | 0 | 0.45 | 0.22 | 0.15 | 328.78 | 0.56 | 0.66 |
| Hex | D9 | 77 | AA | 0 | 2D | 16 | F | 149 | 38 | 42 |
| Octal | 331 | 167 | 252 | 0 | 55 | 26 | 17 | 511 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10101010 | 0 | 101101 | 10110 | 1111 | 101001001 | 111000 | 1000010 |
Color Harmonies of #D977AA
Complementary color
Monochromatic Colors of #D977AA
Black with #D977AA
Text Example
Text Example
White with #D977AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977AA; }
p { color: rgb(217,119,170); }
H1.HeaderClassName
{
color: #D977AA;
}
.AnyTagClassName
{
color: #D977AA;
}
</style>
background-color css
<style>
a { background-color: #D977AA; }
a { background-color: rgb(217,119,170); }
div.DivClassName
{
background-color: #D977AA;
}
.BgClassName
{
background-color: #D977AA;
}
</style>
border-color css
<style>
span { border-color: #D977AA; }
span { border-color: rgb(217,119,170); }
td.TdClassName
{
border-color: #D977AA;
}
.TagClassName
{
border-color: #D977AA;
}
</style>