Shades of Pale Violet Red #DC71AA
Tints of Pale Violet Red #DC71AA
RGB
CMYK
RGB Variations
Color information
#DC71AA (or 0xDC71AA) is known color: Pale Violet Red. HEX triplet: DC, 71 and AA. RGB value is (220,113,170). Sum of RGB (Red+Green+Blue) = 220+113+170=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC71AA is #238E55. Grayscale: #979797. Windows color (decimal): -2330198 or 11170268. OLE color: 11170268.
HSL color Cylindrical-coordinate representation of color #DC71AA: hue angle of 328.04º 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 #DC71AA is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 170 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.14 |
| HSL | 328.04º | 0.6% | 0.65% | - |
| HSV(B) | 328.04º | 0.49% | 0.86% | - |
| XYZ | 42.68 | 29.93 | 41.56 | - |
| YUV | 151.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 170 | 0 | 0.49 | 0.23 | 0.14 | 328.04 | 0.6 | 0.65 |
| Hex | DC | 71 | AA | 0 | 31 | 17 | E | 148 | 3C | 41 |
| Octal | 334 | 161 | 252 | 0 | 61 | 27 | 16 | 510 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10101010 | 0 | 110001 | 10111 | 1110 | 101001000 | 111100 | 1000001 |
Color Harmonies of #DC71AA
Complementary color
Monochromatic Colors of #DC71AA
Black with #DC71AA
Text Example
Text Example
White with #DC71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71AA; }
p { color: rgb(220,113,170); }
H1.HeaderClassName
{
color: #DC71AA;
}
.AnyTagClassName
{
color: #DC71AA;
}
</style>
background-color css
<style>
a { background-color: #DC71AA; }
a { background-color: rgb(220,113,170); }
div.DivClassName
{
background-color: #DC71AA;
}
.BgClassName
{
background-color: #DC71AA;
}
</style>
border-color css
<style>
span { border-color: #DC71AA; }
span { border-color: rgb(220,113,170); }
td.TdClassName
{
border-color: #DC71AA;
}
.TagClassName
{
border-color: #DC71AA;
}
</style>