Shades of Pale Violet Red #D879A2
Tints of Pale Violet Red #D879A2
RGB
CMYK
RGB Variations
Color information
#D879A2 (or 0xD879A2) is known color: Pale Violet Red. HEX triplet: D8, 79 and A2. RGB value is (216,121,162). Sum of RGB (Red+Green+Blue) = 216+121+162=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D879A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D879A2 is #27865D. Grayscale: #9A9A9A. Windows color (decimal): -2590302 or 10648024. OLE color: 10648024.
HSL color Cylindrical-coordinate representation of color #D879A2: hue angle of 334.11º 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 #D879A2 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 162 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.15 |
| HSL | 334.11º | 0.55% | 0.66% | - |
| HSV(B) | 334.11º | 0.44% | 0.85% | - |
| XYZ | 41.68 | 30.88 | 37.95 | - |
| YUV | 154.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 162 | 0 | 0.44 | 0.25 | 0.15 | 334.11 | 0.55 | 0.66 |
| Hex | D8 | 79 | A2 | 0 | 2C | 19 | F | 14E | 37 | 42 |
| Octal | 330 | 171 | 242 | 0 | 54 | 31 | 17 | 516 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10100010 | 0 | 101100 | 11001 | 1111 | 101001110 | 110111 | 1000010 |
Color Harmonies of #D879A2
Complementary color
Monochromatic Colors of #D879A2
Black with #D879A2
Text Example
Text Example
White with #D879A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879A2; }
p { color: rgb(216,121,162); }
H1.HeaderClassName
{
color: #D879A2;
}
.AnyTagClassName
{
color: #D879A2;
}
</style>
background-color css
<style>
a { background-color: #D879A2; }
a { background-color: rgb(216,121,162); }
div.DivClassName
{
background-color: #D879A2;
}
.BgClassName
{
background-color: #D879A2;
}
</style>
border-color css
<style>
span { border-color: #D879A2; }
span { border-color: rgb(216,121,162); }
td.TdClassName
{
border-color: #D879A2;
}
.TagClassName
{
border-color: #D879A2;
}
</style>