Shades of Pale Violet Red #D877A2
Tints of Pale Violet Red #D877A2
RGB
CMYK
RGB Variations
Color information
#D877A2 (or 0xD877A2) is known color: Pale Violet Red. HEX triplet: D8, 77 and A2. RGB value is (216,119,162). Sum of RGB (Red+Green+Blue) = 216+119+162=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D877A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D877A2 is #27885D. Grayscale: #989898. Windows color (decimal): -2590814 or 10647512. OLE color: 10647512.
HSL color Cylindrical-coordinate representation of color #D877A2: hue angle of 333.4º 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 #D877A2 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 162 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.15 |
| HSL | 333.4º | 0.55% | 0.66% | - |
| HSV(B) | 333.4º | 0.45% | 0.85% | - |
| XYZ | 41.44 | 30.4 | 37.87 | - |
| YUV | 152.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 162 | 0 | 0.45 | 0.25 | 0.15 | 333.4 | 0.55 | 0.66 |
| Hex | D8 | 77 | A2 | 0 | 2D | 19 | F | 14D | 37 | 42 |
| Octal | 330 | 167 | 242 | 0 | 55 | 31 | 17 | 515 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10100010 | 0 | 101101 | 11001 | 1111 | 101001101 | 110111 | 1000010 |
Color Harmonies of #D877A2
Complementary color
Monochromatic Colors of #D877A2
Black with #D877A2
Text Example
Text Example
White with #D877A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877A2; }
p { color: rgb(216,119,162); }
H1.HeaderClassName
{
color: #D877A2;
}
.AnyTagClassName
{
color: #D877A2;
}
</style>
background-color css
<style>
a { background-color: #D877A2; }
a { background-color: rgb(216,119,162); }
div.DivClassName
{
background-color: #D877A2;
}
.BgClassName
{
background-color: #D877A2;
}
</style>
border-color css
<style>
span { border-color: #D877A2; }
span { border-color: rgb(216,119,162); }
td.TdClassName
{
border-color: #D877A2;
}
.TagClassName
{
border-color: #D877A2;
}
</style>