Shades of Pale Violet Red #D876A1
Tints of Pale Violet Red #D876A1
RGB
CMYK
RGB Variations
Color information
#D876A1 (or 0xD876A1) is known color: Pale Violet Red. HEX triplet: D8, 76 and A1. RGB value is (216,118,161). Sum of RGB (Red+Green+Blue) = 216+118+161=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D876A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D876A1 is #27895E. Grayscale: #989898. Windows color (decimal): -2591071 or 10581720. OLE color: 10581720.
HSL color Cylindrical-coordinate representation of color #D876A1: hue angle of 333.67º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D876A1 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 161 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.15 |
| HSL | 333.67º | 0.56% | 0.65% | - |
| HSV(B) | 333.67º | 0.45% | 0.85% | - |
| XYZ | 41.23 | 30.13 | 37.36 | - |
| YUV | 152.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 161 | 0 | 0.45 | 0.25 | 0.15 | 333.67 | 0.56 | 0.65 |
| Hex | D8 | 76 | A1 | 0 | 2D | 19 | F | 14E | 38 | 41 |
| Octal | 330 | 166 | 241 | 0 | 55 | 31 | 17 | 516 | 70 | 101 |
| Binary | 11011000 | 1110110 | 10100001 | 0 | 101101 | 11001 | 1111 | 101001110 | 111000 | 1000001 |
Color Harmonies of #D876A1
Complementary color
Monochromatic Colors of #D876A1
Black with #D876A1
Text Example
Text Example
White with #D876A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876A1; }
p { color: rgb(216,118,161); }
H1.HeaderClassName
{
color: #D876A1;
}
.AnyTagClassName
{
color: #D876A1;
}
</style>
background-color css
<style>
a { background-color: #D876A1; }
a { background-color: rgb(216,118,161); }
div.DivClassName
{
background-color: #D876A1;
}
.BgClassName
{
background-color: #D876A1;
}
</style>
border-color css
<style>
span { border-color: #D876A1; }
span { border-color: rgb(216,118,161); }
td.TdClassName
{
border-color: #D876A1;
}
.TagClassName
{
border-color: #D876A1;
}
</style>