Shades of Pale Violet Red #DC7CA1
Tints of Pale Violet Red #DC7CA1
RGB
CMYK
RGB Variations
Color information
#DC7CA1 (or 0xDC7CA1) is known color: Pale Violet Red. HEX triplet: DC, 7C and A1. RGB value is (220,124,161). Sum of RGB (Red+Green+Blue) = 220+124+161=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7CA1 is #23835E. Grayscale: #9C9C9C. Windows color (decimal): -2327391 or 10583260. OLE color: 10583260.
HSL color Cylindrical-coordinate representation of color #DC7CA1: hue angle of 336.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CA1 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 161 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.14 |
| HSL | 336.88º | 0.58% | 0.67% | - |
| HSV(B) | 336.88º | 0.44% | 0.86% | - |
| XYZ | 43.16 | 32.2 | 37.66 | - |
| YUV | 156.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 161 | 0 | 0.44 | 0.27 | 0.14 | 336.88 | 0.58 | 0.67 |
| Hex | DC | 7C | A1 | 0 | 2C | 1B | E | 151 | 3A | 43 |
| Octal | 334 | 174 | 241 | 0 | 54 | 33 | 16 | 521 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10100001 | 0 | 101100 | 11011 | 1110 | 101010001 | 111010 | 1000011 |
Color Harmonies of #DC7CA1
Complementary color
Monochromatic Colors of #DC7CA1
Black with #DC7CA1
Text Example
Text Example
White with #DC7CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CA1; }
p { color: rgb(220,124,161); }
H1.HeaderClassName
{
color: #DC7CA1;
}
.AnyTagClassName
{
color: #DC7CA1;
}
</style>
background-color css
<style>
a { background-color: #DC7CA1; }
a { background-color: rgb(220,124,161); }
div.DivClassName
{
background-color: #DC7CA1;
}
.BgClassName
{
background-color: #DC7CA1;
}
</style>
border-color css
<style>
span { border-color: #DC7CA1; }
span { border-color: rgb(220,124,161); }
td.TdClassName
{
border-color: #DC7CA1;
}
.TagClassName
{
border-color: #DC7CA1;
}
</style>