Shades of Pale Violet Red #DC71A2
Tints of Pale Violet Red #DC71A2
RGB
CMYK
RGB Variations
Color information
#DC71A2 (or 0xDC71A2) is known color: Pale Violet Red. HEX triplet: DC, 71 and A2. RGB value is (220,113,162). Sum of RGB (Red+Green+Blue) = 220+113+162=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC71A2 is #238E5D. Grayscale: #969696. Windows color (decimal): -2330206 or 10645980. OLE color: 10645980.
HSL color Cylindrical-coordinate representation of color #DC71A2: hue angle of 332.52º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC71A2 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 162 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.14 |
| HSL | 332.52º | 0.6% | 0.65% | - |
| HSV(B) | 332.52º | 0.49% | 0.86% | - |
| XYZ | 41.94 | 29.63 | 37.69 | - |
| YUV | 150.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 162 | 0 | 0.49 | 0.26 | 0.14 | 332.52 | 0.6 | 0.65 |
| Hex | DC | 71 | A2 | 0 | 31 | 1A | E | 14D | 3C | 41 |
| Octal | 334 | 161 | 242 | 0 | 61 | 32 | 16 | 515 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10100010 | 0 | 110001 | 11010 | 1110 | 101001101 | 111100 | 1000001 |
Color Harmonies of #DC71A2
Complementary color
Monochromatic Colors of #DC71A2
Black with #DC71A2
Text Example
Text Example
White with #DC71A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71A2; }
p { color: rgb(220,113,162); }
H1.HeaderClassName
{
color: #DC71A2;
}
.AnyTagClassName
{
color: #DC71A2;
}
</style>
background-color css
<style>
a { background-color: #DC71A2; }
a { background-color: rgb(220,113,162); }
div.DivClassName
{
background-color: #DC71A2;
}
.BgClassName
{
background-color: #DC71A2;
}
</style>
border-color css
<style>
span { border-color: #DC71A2; }
span { border-color: rgb(220,113,162); }
td.TdClassName
{
border-color: #DC71A2;
}
.TagClassName
{
border-color: #DC71A2;
}
</style>