Shades of Pale Violet Red #DC71AD
Tints of Pale Violet Red #DC71AD
RGB
CMYK
RGB Variations
Color information
#DC71AD (or 0xDC71AD) is known color: Pale Violet Red. HEX triplet: DC, 71 and AD. RGB value is (220,113,173). Sum of RGB (Red+Green+Blue) = 220+113+173=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC71AD is #238E52. Grayscale: #979797. Windows color (decimal): -2330195 or 11366876. OLE color: 11366876.
HSL color Cylindrical-coordinate representation of color #DC71AD: hue angle of 326.36º 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 #DC71AD is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 173 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.14 |
| HSL | 326.36º | 0.6% | 0.65% | - |
| HSV(B) | 326.36º | 0.49% | 0.86% | - |
| XYZ | 42.96 | 30.04 | 43.07 | - |
| YUV | 151.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 173 | 0 | 0.49 | 0.21 | 0.14 | 326.36 | 0.6 | 0.65 |
| Hex | DC | 71 | AD | 0 | 31 | 15 | E | 146 | 3C | 41 |
| Octal | 334 | 161 | 255 | 0 | 61 | 25 | 16 | 506 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10101101 | 0 | 110001 | 10101 | 1110 | 101000110 | 111100 | 1000001 |
Color Harmonies of #DC71AD
Complementary color
Monochromatic Colors of #DC71AD
Black with #DC71AD
Text Example
Text Example
White with #DC71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71AD; }
p { color: rgb(220,113,173); }
H1.HeaderClassName
{
color: #DC71AD;
}
.AnyTagClassName
{
color: #DC71AD;
}
</style>
background-color css
<style>
a { background-color: #DC71AD; }
a { background-color: rgb(220,113,173); }
div.DivClassName
{
background-color: #DC71AD;
}
.BgClassName
{
background-color: #DC71AD;
}
</style>
border-color css
<style>
span { border-color: #DC71AD; }
span { border-color: rgb(220,113,173); }
td.TdClassName
{
border-color: #DC71AD;
}
.TagClassName
{
border-color: #DC71AD;
}
</style>