Shades of Pale Violet Red #D877A9
Tints of Pale Violet Red #D877A9
RGB
CMYK
RGB Variations
Color information
#D877A9 (or 0xD877A9) is known color: Pale Violet Red. HEX triplet: D8, 77 and A9. RGB value is (216,119,169). Sum of RGB (Red+Green+Blue) = 216+119+169=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D877A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D877A9 is #278856. Grayscale: #999999. Windows color (decimal): -2590807 or 11106264. OLE color: 11106264.
HSL color Cylindrical-coordinate representation of color #D877A9: hue angle of 329.07º degrees, saturation: 0.55, 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 #D877A9 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 169 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.15 |
| HSL | 329.07º | 0.55% | 0.66% | - |
| HSV(B) | 329.07º | 0.45% | 0.85% | - |
| XYZ | 42.08 | 30.66 | 41.24 | - |
| YUV | 153.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 169 | 0 | 0.45 | 0.22 | 0.15 | 329.07 | 0.55 | 0.66 |
| Hex | D8 | 77 | A9 | 0 | 2D | 16 | F | 149 | 37 | 42 |
| Octal | 330 | 167 | 251 | 0 | 55 | 26 | 17 | 511 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10101001 | 0 | 101101 | 10110 | 1111 | 101001001 | 110111 | 1000010 |
Color Harmonies of #D877A9
Complementary color
Monochromatic Colors of #D877A9
Black with #D877A9
Text Example
Text Example
White with #D877A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877A9; }
p { color: rgb(216,119,169); }
H1.HeaderClassName
{
color: #D877A9;
}
.AnyTagClassName
{
color: #D877A9;
}
</style>
background-color css
<style>
a { background-color: #D877A9; }
a { background-color: rgb(216,119,169); }
div.DivClassName
{
background-color: #D877A9;
}
.BgClassName
{
background-color: #D877A9;
}
</style>
border-color css
<style>
span { border-color: #D877A9; }
span { border-color: rgb(216,119,169); }
td.TdClassName
{
border-color: #D877A9;
}
.TagClassName
{
border-color: #D877A9;
}
</style>