Shades of Pale Violet Red #DC71A6
Tints of Pale Violet Red #DC71A6
RGB
CMYK
RGB Variations
Color information
#DC71A6 (or 0xDC71A6) is known color: Pale Violet Red. HEX triplet: DC, 71 and A6. RGB value is (220,113,166). Sum of RGB (Red+Green+Blue) = 220+113+166=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC71A6 is #238E59. Grayscale: #969696. Windows color (decimal): -2330202 or 10908124. OLE color: 10908124.
HSL color Cylindrical-coordinate representation of color #DC71A6: hue angle of 330.28º 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 #DC71A6 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 166 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.14 |
| HSL | 330.28º | 0.6% | 0.65% | - |
| HSV(B) | 330.28º | 0.49% | 0.86% | - |
| XYZ | 42.3 | 29.78 | 39.59 | - |
| YUV | 151.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 166 | 0 | 0.49 | 0.25 | 0.14 | 330.28 | 0.6 | 0.65 |
| Hex | DC | 71 | A6 | 0 | 31 | 19 | E | 14A | 3C | 41 |
| Octal | 334 | 161 | 246 | 0 | 61 | 31 | 16 | 512 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10100110 | 0 | 110001 | 11001 | 1110 | 101001010 | 111100 | 1000001 |
Color Harmonies of #DC71A6
Complementary color
Monochromatic Colors of #DC71A6
Black with #DC71A6
Text Example
Text Example
White with #DC71A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71A6; }
p { color: rgb(220,113,166); }
H1.HeaderClassName
{
color: #DC71A6;
}
.AnyTagClassName
{
color: #DC71A6;
}
</style>
background-color css
<style>
a { background-color: #DC71A6; }
a { background-color: rgb(220,113,166); }
div.DivClassName
{
background-color: #DC71A6;
}
.BgClassName
{
background-color: #DC71A6;
}
</style>
border-color css
<style>
span { border-color: #DC71A6; }
span { border-color: rgb(220,113,166); }
td.TdClassName
{
border-color: #DC71A6;
}
.TagClassName
{
border-color: #DC71A6;
}
</style>