Shades of Pale Violet Red #DC7EA1
Tints of Pale Violet Red #DC7EA1
RGB
CMYK
RGB Variations
Color information
#DC7EA1 (or 0xDC7EA1) is known color: Pale Violet Red. HEX triplet: DC, 7E and A1. RGB value is (220,126,161). Sum of RGB (Red+Green+Blue) = 220+126+161=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7EA1 is #23815E. Grayscale: #9E9E9E. Windows color (decimal): -2326879 or 10583772. OLE color: 10583772.
HSL color Cylindrical-coordinate representation of color #DC7EA1: hue angle of 337.66º degrees, saturation: 0.57, 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 #DC7EA1 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 161 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.14 |
| HSL | 337.66º | 0.57% | 0.68% | - |
| HSV(B) | 337.66º | 0.43% | 0.86% | - |
| XYZ | 43.41 | 32.71 | 37.74 | - |
| YUV | 158.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 161 | 0 | 0.43 | 0.27 | 0.14 | 337.66 | 0.57 | 0.68 |
| Hex | DC | 7E | A1 | 0 | 2B | 1B | E | 152 | 39 | 44 |
| Octal | 334 | 176 | 241 | 0 | 53 | 33 | 16 | 522 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10100001 | 0 | 101011 | 11011 | 1110 | 101010010 | 111001 | 1000100 |
Color Harmonies of #DC7EA1
Complementary color
Monochromatic Colors of #DC7EA1
Black with #DC7EA1
Text Example
Text Example
White with #DC7EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EA1; }
p { color: rgb(220,126,161); }
H1.HeaderClassName
{
color: #DC7EA1;
}
.AnyTagClassName
{
color: #DC7EA1;
}
</style>
background-color css
<style>
a { background-color: #DC7EA1; }
a { background-color: rgb(220,126,161); }
div.DivClassName
{
background-color: #DC7EA1;
}
.BgClassName
{
background-color: #DC7EA1;
}
</style>
border-color css
<style>
span { border-color: #DC7EA1; }
span { border-color: rgb(220,126,161); }
td.TdClassName
{
border-color: #DC7EA1;
}
.TagClassName
{
border-color: #DC7EA1;
}
</style>