Shades of Pale Violet Red #DC76AA
Tints of Pale Violet Red #DC76AA
RGB
CMYK
RGB Variations
Color information
#DC76AA (or 0xDC76AA) is known color: Pale Violet Red. HEX triplet: DC, 76 and AA. RGB value is (220,118,170). Sum of RGB (Red+Green+Blue) = 220+118+170=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76AA is #238955. Grayscale: #9A9A9A. Windows color (decimal): -2328918 or 11171548. OLE color: 11171548.
HSL color Cylindrical-coordinate representation of color #DC76AA: hue angle of 329.41º 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 #DC76AA is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 170 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.14 |
| HSL | 329.41º | 0.59% | 0.66% | - |
| HSV(B) | 329.41º | 0.46% | 0.86% | - |
| XYZ | 43.25 | 31.07 | 41.75 | - |
| YUV | 154.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 170 | 0 | 0.46 | 0.23 | 0.14 | 329.41 | 0.59 | 0.66 |
| Hex | DC | 76 | AA | 0 | 2E | 17 | E | 149 | 3B | 42 |
| Octal | 334 | 166 | 252 | 0 | 56 | 27 | 16 | 511 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10101010 | 0 | 101110 | 10111 | 1110 | 101001001 | 111011 | 1000010 |
Color Harmonies of #DC76AA
Complementary color
Monochromatic Colors of #DC76AA
Black with #DC76AA
Text Example
Text Example
White with #DC76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76AA; }
p { color: rgb(220,118,170); }
H1.HeaderClassName
{
color: #DC76AA;
}
.AnyTagClassName
{
color: #DC76AA;
}
</style>
background-color css
<style>
a { background-color: #DC76AA; }
a { background-color: rgb(220,118,170); }
div.DivClassName
{
background-color: #DC76AA;
}
.BgClassName
{
background-color: #DC76AA;
}
</style>
border-color css
<style>
span { border-color: #DC76AA; }
span { border-color: rgb(220,118,170); }
td.TdClassName
{
border-color: #DC76AA;
}
.TagClassName
{
border-color: #DC76AA;
}
</style>