Shades of Pale Violet Red #DC7DA6
Tints of Pale Violet Red #DC7DA6
RGB
CMYK
RGB Variations
Color information
#DC7DA6 (or 0xDC7DA6) is known color: Pale Violet Red. HEX triplet: DC, 7D and A6. RGB value is (220,125,166). Sum of RGB (Red+Green+Blue) = 220+125+166=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DA6 is #238259. Grayscale: #9E9E9E. Windows color (decimal): -2327130 or 10911196. OLE color: 10911196.
HSL color Cylindrical-coordinate representation of color #DC7DA6: hue angle of 334.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DA6 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 166 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.14 |
| HSL | 334.11º | 0.58% | 0.68% | - |
| HSV(B) | 334.11º | 0.43% | 0.86% | - |
| XYZ | 43.73 | 32.64 | 40.07 | - |
| YUV | 158.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 166 | 0 | 0.43 | 0.25 | 0.14 | 334.11 | 0.58 | 0.68 |
| Hex | DC | 7D | A6 | 0 | 2B | 19 | E | 14E | 3A | 44 |
| Octal | 334 | 175 | 246 | 0 | 53 | 31 | 16 | 516 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10100110 | 0 | 101011 | 11001 | 1110 | 101001110 | 111010 | 1000100 |
Color Harmonies of #DC7DA6
Complementary color
Monochromatic Colors of #DC7DA6
Black with #DC7DA6
Text Example
Text Example
White with #DC7DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DA6; }
p { color: rgb(220,125,166); }
H1.HeaderClassName
{
color: #DC7DA6;
}
.AnyTagClassName
{
color: #DC7DA6;
}
</style>
background-color css
<style>
a { background-color: #DC7DA6; }
a { background-color: rgb(220,125,166); }
div.DivClassName
{
background-color: #DC7DA6;
}
.BgClassName
{
background-color: #DC7DA6;
}
</style>
border-color css
<style>
span { border-color: #DC7DA6; }
span { border-color: rgb(220,125,166); }
td.TdClassName
{
border-color: #DC7DA6;
}
.TagClassName
{
border-color: #DC7DA6;
}
</style>