Shades of Pale Violet Red #D878A0
Tints of Pale Violet Red #D878A0
RGB
CMYK
RGB Variations
Color information
#D878A0 (or 0xD878A0) is known color: Pale Violet Red. HEX triplet: D8, 78 and A0. RGB value is (216,120,160). Sum of RGB (Red+Green+Blue) = 216+120+160=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D878A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D878A0 is #27875F. Grayscale: #999999. Windows color (decimal): -2590560 or 10516696. OLE color: 10516696.
HSL color Cylindrical-coordinate representation of color #D878A0: hue angle of 335º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D878A0 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 160 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.15 |
| HSL | 335º | 0.55% | 0.66% | - |
| HSV(B) | 335º | 0.44% | 0.85% | - |
| XYZ | 41.38 | 30.57 | 36.98 | - |
| YUV | 153.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 160 | 0 | 0.44 | 0.26 | 0.15 | 335 | 0.55 | 0.66 |
| Hex | D8 | 78 | A0 | 0 | 2C | 1A | F | 14F | 37 | 42 |
| Octal | 330 | 170 | 240 | 0 | 54 | 32 | 17 | 517 | 67 | 102 |
| Binary | 11011000 | 1111000 | 10100000 | 0 | 101100 | 11010 | 1111 | 101001111 | 110111 | 1000010 |
Color Harmonies of #D878A0
Complementary color
Monochromatic Colors of #D878A0
Black with #D878A0
Text Example
Text Example
White with #D878A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878A0; }
p { color: rgb(216,120,160); }
H1.HeaderClassName
{
color: #D878A0;
}
.AnyTagClassName
{
color: #D878A0;
}
</style>
background-color css
<style>
a { background-color: #D878A0; }
a { background-color: rgb(216,120,160); }
div.DivClassName
{
background-color: #D878A0;
}
.BgClassName
{
background-color: #D878A0;
}
</style>
border-color css
<style>
span { border-color: #D878A0; }
span { border-color: rgb(216,120,160); }
td.TdClassName
{
border-color: #D878A0;
}
.TagClassName
{
border-color: #D878A0;
}
</style>