Shades of Pale Violet Red #D878AB
Tints of Pale Violet Red #D878AB
RGB
CMYK
RGB Variations
Color information
#D878AB (or 0xD878AB) is known color: Pale Violet Red. HEX triplet: D8, 78 and AB. RGB value is (216,120,171). Sum of RGB (Red+Green+Blue) = 216+120+171=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D878AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D878AB is #278754. Grayscale: #9A9A9A. Windows color (decimal): -2590549 or 11237592. OLE color: 11237592.
HSL color Cylindrical-coordinate representation of color #D878AB: hue angle of 328.12º 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 #D878AB is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 171 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.15 |
| HSL | 328.13º | 0.55% | 0.66% | - |
| HSV(B) | 328.13º | 0.44% | 0.85% | - |
| XYZ | 42.39 | 30.97 | 42.27 | - |
| YUV | 154.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 171 | 0 | 0.44 | 0.21 | 0.15 | 328.13 | 0.55 | 0.66 |
| Hex | D8 | 78 | AB | 0 | 2C | 15 | F | 148 | 37 | 42 |
| Octal | 330 | 170 | 253 | 0 | 54 | 25 | 17 | 510 | 67 | 102 |
| Binary | 11011000 | 1111000 | 10101011 | 0 | 101100 | 10101 | 1111 | 101001000 | 110111 | 1000010 |
Color Harmonies of #D878AB
Complementary color
Monochromatic Colors of #D878AB
Black with #D878AB
Text Example
Text Example
White with #D878AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878AB; }
p { color: rgb(216,120,171); }
H1.HeaderClassName
{
color: #D878AB;
}
.AnyTagClassName
{
color: #D878AB;
}
</style>
background-color css
<style>
a { background-color: #D878AB; }
a { background-color: rgb(216,120,171); }
div.DivClassName
{
background-color: #D878AB;
}
.BgClassName
{
background-color: #D878AB;
}
</style>
border-color css
<style>
span { border-color: #D878AB; }
span { border-color: rgb(216,120,171); }
td.TdClassName
{
border-color: #D878AB;
}
.TagClassName
{
border-color: #D878AB;
}
</style>