Shades of Pale Violet Red #DC7AA0
Tints of Pale Violet Red #DC7AA0
RGB
CMYK
RGB Variations
Color information
#DC7AA0 (or 0xDC7AA0) is known color: Pale Violet Red. HEX triplet: DC, 7A and A0. RGB value is (220,122,160). Sum of RGB (Red+Green+Blue) = 220+122+160=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AA0 is #23855F. Grayscale: #9B9B9B. Windows color (decimal): -2327904 or 10517212. OLE color: 10517212.
HSL color Cylindrical-coordinate representation of color #DC7AA0: hue angle of 336.73º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7AA0 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 160 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.14 |
| HSL | 336.73º | 0.58% | 0.67% | - |
| HSV(B) | 336.73º | 0.45% | 0.86% | - |
| XYZ | 42.82 | 31.67 | 37.11 | - |
| YUV | 155.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 160 | 0 | 0.45 | 0.27 | 0.14 | 336.73 | 0.58 | 0.67 |
| Hex | DC | 7A | A0 | 0 | 2D | 1B | E | 151 | 3A | 43 |
| Octal | 334 | 172 | 240 | 0 | 55 | 33 | 16 | 521 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10100000 | 0 | 101101 | 11011 | 1110 | 101010001 | 111010 | 1000011 |
Color Harmonies of #DC7AA0
Complementary color
Monochromatic Colors of #DC7AA0
Black with #DC7AA0
Text Example
Text Example
White with #DC7AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AA0; }
p { color: rgb(220,122,160); }
H1.HeaderClassName
{
color: #DC7AA0;
}
.AnyTagClassName
{
color: #DC7AA0;
}
</style>
background-color css
<style>
a { background-color: #DC7AA0; }
a { background-color: rgb(220,122,160); }
div.DivClassName
{
background-color: #DC7AA0;
}
.BgClassName
{
background-color: #DC7AA0;
}
</style>
border-color css
<style>
span { border-color: #DC7AA0; }
span { border-color: rgb(220,122,160); }
td.TdClassName
{
border-color: #DC7AA0;
}
.TagClassName
{
border-color: #DC7AA0;
}
</style>