Shades of Pale Violet Red #D879AB
Tints of Pale Violet Red #D879AB
RGB
CMYK
RGB Variations
Color information
#D879AB (or 0xD879AB) is known color: Pale Violet Red. HEX triplet: D8, 79 and AB. RGB value is (216,121,171). Sum of RGB (Red+Green+Blue) = 216+121+171=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D879AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D879AB is #278654. Grayscale: #9B9B9B. Windows color (decimal): -2590293 or 11237848. OLE color: 11237848.
HSL color Cylindrical-coordinate representation of color #D879AB: hue angle of 328.42º 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 #D879AB is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 171 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.15 |
| HSL | 328.42º | 0.55% | 0.66% | - |
| HSV(B) | 328.42º | 0.44% | 0.85% | - |
| XYZ | 42.51 | 31.21 | 42.31 | - |
| YUV | 155.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 171 | 0 | 0.44 | 0.21 | 0.15 | 328.42 | 0.55 | 0.66 |
| Hex | D8 | 79 | AB | 0 | 2C | 15 | F | 148 | 37 | 42 |
| Octal | 330 | 171 | 253 | 0 | 54 | 25 | 17 | 510 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10101011 | 0 | 101100 | 10101 | 1111 | 101001000 | 110111 | 1000010 |
Color Harmonies of #D879AB
Complementary color
Monochromatic Colors of #D879AB
Black with #D879AB
Text Example
Text Example
White with #D879AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879AB; }
p { color: rgb(216,121,171); }
H1.HeaderClassName
{
color: #D879AB;
}
.AnyTagClassName
{
color: #D879AB;
}
</style>
background-color css
<style>
a { background-color: #D879AB; }
a { background-color: rgb(216,121,171); }
div.DivClassName
{
background-color: #D879AB;
}
.BgClassName
{
background-color: #D879AB;
}
</style>
border-color css
<style>
span { border-color: #D879AB; }
span { border-color: rgb(216,121,171); }
td.TdClassName
{
border-color: #D879AB;
}
.TagClassName
{
border-color: #D879AB;
}
</style>