Shades of Pale Violet Red #DC7AA3
Tints of Pale Violet Red #DC7AA3
RGB
CMYK
RGB Variations
Color information
#DC7AA3 (or 0xDC7AA3) is known color: Pale Violet Red. HEX triplet: DC, 7A and A3. RGB value is (220,122,163). Sum of RGB (Red+Green+Blue) = 220+122+163=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AA3 is #23855C. Grayscale: #9B9B9B. Windows color (decimal): -2327901 or 10713820. OLE color: 10713820.
HSL color Cylindrical-coordinate representation of color #DC7AA3: hue angle of 334.9º 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 #DC7AA3 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 163 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.14 |
| HSL | 334.9º | 0.58% | 0.67% | - |
| HSV(B) | 334.9º | 0.45% | 0.86% | - |
| XYZ | 43.09 | 31.78 | 38.51 | - |
| YUV | 155.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 163 | 0 | 0.45 | 0.26 | 0.14 | 334.9 | 0.58 | 0.67 |
| Hex | DC | 7A | A3 | 0 | 2D | 1A | E | 14F | 3A | 43 |
| Octal | 334 | 172 | 243 | 0 | 55 | 32 | 16 | 517 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10100011 | 0 | 101101 | 11010 | 1110 | 101001111 | 111010 | 1000011 |
Color Harmonies of #DC7AA3
Complementary color
Monochromatic Colors of #DC7AA3
Black with #DC7AA3
Text Example
Text Example
White with #DC7AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AA3; }
p { color: rgb(220,122,163); }
H1.HeaderClassName
{
color: #DC7AA3;
}
.AnyTagClassName
{
color: #DC7AA3;
}
</style>
background-color css
<style>
a { background-color: #DC7AA3; }
a { background-color: rgb(220,122,163); }
div.DivClassName
{
background-color: #DC7AA3;
}
.BgClassName
{
background-color: #DC7AA3;
}
</style>
border-color css
<style>
span { border-color: #DC7AA3; }
span { border-color: rgb(220,122,163); }
td.TdClassName
{
border-color: #DC7AA3;
}
.TagClassName
{
border-color: #DC7AA3;
}
</style>