Shades of Pale Violet Red #DC7D9D
Tints of Pale Violet Red #DC7D9D
RGB
CMYK
RGB Variations
Color information
#DC7D9D (or 0xDC7D9D) is known color: Pale Violet Red. HEX triplet: DC, 7D and 9D. RGB value is (220,125,157). Sum of RGB (Red+Green+Blue) = 220+125+157=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D9D is #238262. Grayscale: #9D9D9D. Windows color (decimal): -2327139 or 10321372. OLE color: 10321372.
HSL color Cylindrical-coordinate representation of color #DC7D9D: hue angle of 339.79º 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 #DC7D9D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 157 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.14 |
| HSL | 339.79º | 0.58% | 0.68% | - |
| HSV(B) | 339.79º | 0.43% | 0.86% | - |
| XYZ | 42.93 | 32.32 | 35.87 | - |
| YUV | 157.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 157 | 0 | 0.43 | 0.29 | 0.14 | 339.79 | 0.58 | 0.68 |
| Hex | DC | 7D | 9D | 0 | 2B | 1D | E | 154 | 3A | 44 |
| Octal | 334 | 175 | 235 | 0 | 53 | 35 | 16 | 524 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10011101 | 0 | 101011 | 11101 | 1110 | 101010100 | 111010 | 1000100 |
Color Harmonies of #DC7D9D
Complementary color
Monochromatic Colors of #DC7D9D
Black with #DC7D9D
Text Example
Text Example
White with #DC7D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D9D; }
p { color: rgb(220,125,157); }
H1.HeaderClassName
{
color: #DC7D9D;
}
.AnyTagClassName
{
color: #DC7D9D;
}
</style>
background-color css
<style>
a { background-color: #DC7D9D; }
a { background-color: rgb(220,125,157); }
div.DivClassName
{
background-color: #DC7D9D;
}
.BgClassName
{
background-color: #DC7D9D;
}
</style>
border-color css
<style>
span { border-color: #DC7D9D; }
span { border-color: rgb(220,125,157); }
td.TdClassName
{
border-color: #DC7D9D;
}
.TagClassName
{
border-color: #DC7D9D;
}
</style>