Shades of Pale Violet Red #D879A6
Tints of Pale Violet Red #D879A6
RGB
CMYK
RGB Variations
Color information
#D879A6 (or 0xD879A6) is known color: Pale Violet Red. HEX triplet: D8, 79 and A6. RGB value is (216,121,166). Sum of RGB (Red+Green+Blue) = 216+121+166=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D879A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D879A6 is #278659. Grayscale: #9A9A9A. Windows color (decimal): -2590298 or 10910168. OLE color: 10910168.
HSL color Cylindrical-coordinate representation of color #D879A6: hue angle of 331.58º 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 #D879A6 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 166 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.15 |
| HSL | 331.58º | 0.55% | 0.66% | - |
| HSV(B) | 331.58º | 0.44% | 0.85% | - |
| XYZ | 42.04 | 31.03 | 39.85 | - |
| YUV | 154.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 166 | 0 | 0.44 | 0.23 | 0.15 | 331.58 | 0.55 | 0.66 |
| Hex | D8 | 79 | A6 | 0 | 2C | 17 | F | 14C | 37 | 42 |
| Octal | 330 | 171 | 246 | 0 | 54 | 27 | 17 | 514 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10100110 | 0 | 101100 | 10111 | 1111 | 101001100 | 110111 | 1000010 |
Color Harmonies of #D879A6
Complementary color
Monochromatic Colors of #D879A6
Black with #D879A6
Text Example
Text Example
White with #D879A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879A6; }
p { color: rgb(216,121,166); }
H1.HeaderClassName
{
color: #D879A6;
}
.AnyTagClassName
{
color: #D879A6;
}
</style>
background-color css
<style>
a { background-color: #D879A6; }
a { background-color: rgb(216,121,166); }
div.DivClassName
{
background-color: #D879A6;
}
.BgClassName
{
background-color: #D879A6;
}
</style>
border-color css
<style>
span { border-color: #D879A6; }
span { border-color: rgb(216,121,166); }
td.TdClassName
{
border-color: #D879A6;
}
.TagClassName
{
border-color: #D879A6;
}
</style>