Shades of Pale Violet Red #DC7AA1
Tints of Pale Violet Red #DC7AA1
RGB
CMYK
RGB Variations
Color information
#DC7AA1 (or 0xDC7AA1) is known color: Pale Violet Red. HEX triplet: DC, 7A and A1. RGB value is (220,122,161). Sum of RGB (Red+Green+Blue) = 220+122+161=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AA1 is #23855E. Grayscale: #9B9B9B. Windows color (decimal): -2327903 or 10582748. OLE color: 10582748.
HSL color Cylindrical-coordinate representation of color #DC7AA1: hue angle of 336.12º 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 #DC7AA1 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 161 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.14 |
| HSL | 336.12º | 0.58% | 0.67% | - |
| HSV(B) | 336.12º | 0.45% | 0.86% | - |
| XYZ | 42.91 | 31.71 | 37.58 | - |
| YUV | 155.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 161 | 0 | 0.45 | 0.27 | 0.14 | 336.12 | 0.58 | 0.67 |
| Hex | DC | 7A | A1 | 0 | 2D | 1B | E | 150 | 3A | 43 |
| Octal | 334 | 172 | 241 | 0 | 55 | 33 | 16 | 520 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10100001 | 0 | 101101 | 11011 | 1110 | 101010000 | 111010 | 1000011 |
Color Harmonies of #DC7AA1
Complementary color
Monochromatic Colors of #DC7AA1
Black with #DC7AA1
Text Example
Text Example
White with #DC7AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AA1; }
p { color: rgb(220,122,161); }
H1.HeaderClassName
{
color: #DC7AA1;
}
.AnyTagClassName
{
color: #DC7AA1;
}
</style>
background-color css
<style>
a { background-color: #DC7AA1; }
a { background-color: rgb(220,122,161); }
div.DivClassName
{
background-color: #DC7AA1;
}
.BgClassName
{
background-color: #DC7AA1;
}
</style>
border-color css
<style>
span { border-color: #DC7AA1; }
span { border-color: rgb(220,122,161); }
td.TdClassName
{
border-color: #DC7AA1;
}
.TagClassName
{
border-color: #DC7AA1;
}
</style>