Shades of Pale Violet Red #DC7DA2
Tints of Pale Violet Red #DC7DA2
RGB
CMYK
RGB Variations
Color information
#DC7DA2 (or 0xDC7DA2) is known color: Pale Violet Red. HEX triplet: DC, 7D and A2. RGB value is (220,125,162). Sum of RGB (Red+Green+Blue) = 220+125+162=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DA2 is #23825D. Grayscale: #9D9D9D. Windows color (decimal): -2327134 or 10649052. OLE color: 10649052.
HSL color Cylindrical-coordinate representation of color #DC7DA2: hue angle of 336.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DA2 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 162 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.14 |
| HSL | 336.63º | 0.58% | 0.68% | - |
| HSV(B) | 336.63º | 0.43% | 0.86% | - |
| XYZ | 43.37 | 32.49 | 38.17 | - |
| YUV | 157.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 162 | 0 | 0.43 | 0.26 | 0.14 | 336.63 | 0.58 | 0.68 |
| Hex | DC | 7D | A2 | 0 | 2B | 1A | E | 151 | 3A | 44 |
| Octal | 334 | 175 | 242 | 0 | 53 | 32 | 16 | 521 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10100010 | 0 | 101011 | 11010 | 1110 | 101010001 | 111010 | 1000100 |
Color Harmonies of #DC7DA2
Complementary color
Monochromatic Colors of #DC7DA2
Black with #DC7DA2
Text Example
Text Example
White with #DC7DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DA2; }
p { color: rgb(220,125,162); }
H1.HeaderClassName
{
color: #DC7DA2;
}
.AnyTagClassName
{
color: #DC7DA2;
}
</style>
background-color css
<style>
a { background-color: #DC7DA2; }
a { background-color: rgb(220,125,162); }
div.DivClassName
{
background-color: #DC7DA2;
}
.BgClassName
{
background-color: #DC7DA2;
}
</style>
border-color css
<style>
span { border-color: #DC7DA2; }
span { border-color: rgb(220,125,162); }
td.TdClassName
{
border-color: #DC7DA2;
}
.TagClassName
{
border-color: #DC7DA2;
}
</style>