Shades of Pale Violet Red #D879AA
Tints of Pale Violet Red #D879AA
RGB
CMYK
RGB Variations
Color information
#D879AA (or 0xD879AA) is known color: Pale Violet Red. HEX triplet: D8, 79 and AA. RGB value is (216,121,170). Sum of RGB (Red+Green+Blue) = 216+121+170=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D879AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D879AA is #278655. Grayscale: #9A9A9A. Windows color (decimal): -2590294 or 11172312. OLE color: 11172312.
HSL color Cylindrical-coordinate representation of color #D879AA: hue angle of 329.05º 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 #D879AA is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 170 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.15 |
| HSL | 329.05º | 0.55% | 0.66% | - |
| HSV(B) | 329.05º | 0.44% | 0.85% | - |
| XYZ | 42.41 | 31.18 | 41.81 | - |
| YUV | 154.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 170 | 0 | 0.44 | 0.21 | 0.15 | 329.05 | 0.55 | 0.66 |
| Hex | D8 | 79 | AA | 0 | 2C | 15 | F | 149 | 37 | 42 |
| Octal | 330 | 171 | 252 | 0 | 54 | 25 | 17 | 511 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10101010 | 0 | 101100 | 10101 | 1111 | 101001001 | 110111 | 1000010 |
Color Harmonies of #D879AA
Complementary color
Monochromatic Colors of #D879AA
Black with #D879AA
Text Example
Text Example
White with #D879AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879AA; }
p { color: rgb(216,121,170); }
H1.HeaderClassName
{
color: #D879AA;
}
.AnyTagClassName
{
color: #D879AA;
}
</style>
background-color css
<style>
a { background-color: #D879AA; }
a { background-color: rgb(216,121,170); }
div.DivClassName
{
background-color: #D879AA;
}
.BgClassName
{
background-color: #D879AA;
}
</style>
border-color css
<style>
span { border-color: #D879AA; }
span { border-color: rgb(216,121,170); }
td.TdClassName
{
border-color: #D879AA;
}
.TagClassName
{
border-color: #D879AA;
}
</style>