Shades of Pale Violet Red #DC76A9
Tints of Pale Violet Red #DC76A9
RGB
CMYK
RGB Variations
Color information
#DC76A9 (or 0xDC76A9) is known color: Pale Violet Red. HEX triplet: DC, 76 and A9. RGB value is (220,118,169). Sum of RGB (Red+Green+Blue) = 220+118+169=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76A9 is #238956. Grayscale: #9A9A9A. Windows color (decimal): -2328919 or 11106012. OLE color: 11106012.
HSL color Cylindrical-coordinate representation of color #DC76A9: hue angle of 330º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76A9 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 169 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.14 |
| HSL | 330º | 0.59% | 0.66% | - |
| HSV(B) | 330º | 0.46% | 0.86% | - |
| XYZ | 43.16 | 31.04 | 41.25 | - |
| YUV | 154.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 169 | 0 | 0.46 | 0.23 | 0.14 | 330 | 0.59 | 0.66 |
| Hex | DC | 76 | A9 | 0 | 2E | 17 | E | 14A | 3B | 42 |
| Octal | 334 | 166 | 251 | 0 | 56 | 27 | 16 | 512 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10101001 | 0 | 101110 | 10111 | 1110 | 101001010 | 111011 | 1000010 |
Color Harmonies of #DC76A9
Complementary color
Monochromatic Colors of #DC76A9
Black with #DC76A9
Text Example
Text Example
White with #DC76A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76A9; }
p { color: rgb(220,118,169); }
H1.HeaderClassName
{
color: #DC76A9;
}
.AnyTagClassName
{
color: #DC76A9;
}
</style>
background-color css
<style>
a { background-color: #DC76A9; }
a { background-color: rgb(220,118,169); }
div.DivClassName
{
background-color: #DC76A9;
}
.BgClassName
{
background-color: #DC76A9;
}
</style>
border-color css
<style>
span { border-color: #DC76A9; }
span { border-color: rgb(220,118,169); }
td.TdClassName
{
border-color: #DC76A9;
}
.TagClassName
{
border-color: #DC76A9;
}
</style>