Shades of Pale Violet Red #DC7EA0
Tints of Pale Violet Red #DC7EA0
RGB
CMYK
RGB Variations
Color information
#DC7EA0 (or 0xDC7EA0) is known color: Pale Violet Red. HEX triplet: DC, 7E and A0. RGB value is (220,126,160). Sum of RGB (Red+Green+Blue) = 220+126+160=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7EA0 is #23815F. Grayscale: #9D9D9D. Windows color (decimal): -2326880 or 10518236. OLE color: 10518236.
HSL color Cylindrical-coordinate representation of color #DC7EA0: hue angle of 338.3º 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 #DC7EA0 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 160 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.14 |
| HSL | 338.3º | 0.57% | 0.68% | - |
| HSV(B) | 338.3º | 0.43% | 0.86% | - |
| XYZ | 43.32 | 32.68 | 37.28 | - |
| YUV | 157.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 160 | 0 | 0.43 | 0.27 | 0.14 | 338.3 | 0.57 | 0.68 |
| Hex | DC | 7E | A0 | 0 | 2B | 1B | E | 152 | 39 | 44 |
| Octal | 334 | 176 | 240 | 0 | 53 | 33 | 16 | 522 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10100000 | 0 | 101011 | 11011 | 1110 | 101010010 | 111001 | 1000100 |
Color Harmonies of #DC7EA0
Complementary color
Monochromatic Colors of #DC7EA0
Black with #DC7EA0
Text Example
Text Example
White with #DC7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EA0; }
p { color: rgb(220,126,160); }
H1.HeaderClassName
{
color: #DC7EA0;
}
.AnyTagClassName
{
color: #DC7EA0;
}
</style>
background-color css
<style>
a { background-color: #DC7EA0; }
a { background-color: rgb(220,126,160); }
div.DivClassName
{
background-color: #DC7EA0;
}
.BgClassName
{
background-color: #DC7EA0;
}
</style>
border-color css
<style>
span { border-color: #DC7EA0; }
span { border-color: rgb(220,126,160); }
td.TdClassName
{
border-color: #DC7EA0;
}
.TagClassName
{
border-color: #DC7EA0;
}
</style>