Shades of Pale Violet Red #DC7CA2
Tints of Pale Violet Red #DC7CA2
RGB
CMYK
RGB Variations
Color information
#DC7CA2 (or 0xDC7CA2) is known color: Pale Violet Red. HEX triplet: DC, 7C and A2. RGB value is (220,124,162). Sum of RGB (Red+Green+Blue) = 220+124+162=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7CA2 is #23835D. Grayscale: #9C9C9C. Windows color (decimal): -2327390 or 10648796. OLE color: 10648796.
HSL color Cylindrical-coordinate representation of color #DC7CA2: hue angle of 336.25º 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 #DC7CA2 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 162 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.14 |
| HSL | 336.25º | 0.58% | 0.67% | - |
| HSV(B) | 336.25º | 0.44% | 0.86% | - |
| XYZ | 43.24 | 32.24 | 38.13 | - |
| YUV | 157.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 162 | 0 | 0.44 | 0.26 | 0.14 | 336.25 | 0.58 | 0.67 |
| Hex | DC | 7C | A2 | 0 | 2C | 1A | E | 150 | 3A | 43 |
| Octal | 334 | 174 | 242 | 0 | 54 | 32 | 16 | 520 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10100010 | 0 | 101100 | 11010 | 1110 | 101010000 | 111010 | 1000011 |
Color Harmonies of #DC7CA2
Complementary color
Monochromatic Colors of #DC7CA2
Black with #DC7CA2
Text Example
Text Example
White with #DC7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CA2; }
p { color: rgb(220,124,162); }
H1.HeaderClassName
{
color: #DC7CA2;
}
.AnyTagClassName
{
color: #DC7CA2;
}
</style>
background-color css
<style>
a { background-color: #DC7CA2; }
a { background-color: rgb(220,124,162); }
div.DivClassName
{
background-color: #DC7CA2;
}
.BgClassName
{
background-color: #DC7CA2;
}
</style>
border-color css
<style>
span { border-color: #DC7CA2; }
span { border-color: rgb(220,124,162); }
td.TdClassName
{
border-color: #DC7CA2;
}
.TagClassName
{
border-color: #DC7CA2;
}
</style>