Shades of Pale Violet Red #D876A8
Tints of Pale Violet Red #D876A8
RGB
CMYK
RGB Variations
Color information
#D876A8 (or 0xD876A8) is known color: Pale Violet Red. HEX triplet: D8, 76 and A8. RGB value is (216,118,168). Sum of RGB (Red+Green+Blue) = 216+118+168=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D876A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D876A8 is #278957. Grayscale: #989898. Windows color (decimal): -2591064 or 11040472. OLE color: 11040472.
HSL color Cylindrical-coordinate representation of color #D876A8: hue angle of 329.39º 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 #D876A8 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 168 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.15 |
| HSL | 329.39º | 0.56% | 0.65% | - |
| HSV(B) | 329.39º | 0.45% | 0.85% | - |
| XYZ | 41.87 | 30.38 | 40.7 | - |
| YUV | 153 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 168 | 0 | 0.45 | 0.22 | 0.15 | 329.39 | 0.56 | 0.65 |
| Hex | D8 | 76 | A8 | 0 | 2D | 16 | F | 149 | 38 | 41 |
| Octal | 330 | 166 | 250 | 0 | 55 | 26 | 17 | 511 | 70 | 101 |
| Binary | 11011000 | 1110110 | 10101000 | 0 | 101101 | 10110 | 1111 | 101001001 | 111000 | 1000001 |
Color Harmonies of #D876A8
Complementary color
Monochromatic Colors of #D876A8
Black with #D876A8
Text Example
Text Example
White with #D876A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876A8; }
p { color: rgb(216,118,168); }
H1.HeaderClassName
{
color: #D876A8;
}
.AnyTagClassName
{
color: #D876A8;
}
</style>
background-color css
<style>
a { background-color: #D876A8; }
a { background-color: rgb(216,118,168); }
div.DivClassName
{
background-color: #D876A8;
}
.BgClassName
{
background-color: #D876A8;
}
</style>
border-color css
<style>
span { border-color: #D876A8; }
span { border-color: rgb(216,118,168); }
td.TdClassName
{
border-color: #D876A8;
}
.TagClassName
{
border-color: #D876A8;
}
</style>