Shades of Pale Violet Red #DC76A2
Tints of Pale Violet Red #DC76A2
RGB
CMYK
RGB Variations
Color information
#DC76A2 (or 0xDC76A2) is known color: Pale Violet Red. HEX triplet: DC, 76 and A2. RGB value is (220,118,162). Sum of RGB (Red+Green+Blue) = 220+118+162=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76A2 is #23895D. Grayscale: #999999. Windows color (decimal): -2328926 or 10647260. OLE color: 10647260.
HSL color Cylindrical-coordinate representation of color #DC76A2: hue angle of 334.12º 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 #DC76A2 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 162 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.14 |
| HSL | 334.12º | 0.59% | 0.66% | - |
| HSV(B) | 334.12º | 0.46% | 0.86% | - |
| XYZ | 42.52 | 30.78 | 37.88 | - |
| YUV | 153.51 | 132.79 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 162 | 0 | 0.46 | 0.26 | 0.14 | 334.12 | 0.59 | 0.66 |
| Hex | DC | 76 | A2 | 0 | 2E | 1A | E | 14E | 3B | 42 |
| Octal | 334 | 166 | 242 | 0 | 56 | 32 | 16 | 516 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10100010 | 0 | 101110 | 11010 | 1110 | 101001110 | 111011 | 1000010 |
Color Harmonies of #DC76A2
Complementary color
Monochromatic Colors of #DC76A2
Black with #DC76A2
Text Example
Text Example
White with #DC76A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76A2; }
p { color: rgb(220,118,162); }
H1.HeaderClassName
{
color: #DC76A2;
}
.AnyTagClassName
{
color: #DC76A2;
}
</style>
background-color css
<style>
a { background-color: #DC76A2; }
a { background-color: rgb(220,118,162); }
div.DivClassName
{
background-color: #DC76A2;
}
.BgClassName
{
background-color: #DC76A2;
}
</style>
border-color css
<style>
span { border-color: #DC76A2; }
span { border-color: rgb(220,118,162); }
td.TdClassName
{
border-color: #DC76A2;
}
.TagClassName
{
border-color: #DC76A2;
}
</style>