Shades of Pale Violet Red #DC7C9D
Tints of Pale Violet Red #DC7C9D
RGB
CMYK
RGB Variations
Color information
#DC7C9D (or 0xDC7C9D) is known color: Pale Violet Red. HEX triplet: DC, 7C and 9D. RGB value is (220,124,157). Sum of RGB (Red+Green+Blue) = 220+124+157=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C9D is #238362. Grayscale: #9C9C9C. Windows color (decimal): -2327395 or 10321116. OLE color: 10321116.
HSL color Cylindrical-coordinate representation of color #DC7C9D: hue angle of 339.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7C9D is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 157 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.14 |
| HSL | 339.38º | 0.58% | 0.67% | - |
| HSV(B) | 339.38º | 0.44% | 0.86% | - |
| XYZ | 42.81 | 32.07 | 35.83 | - |
| YUV | 156.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 157 | 0 | 0.44 | 0.29 | 0.14 | 339.38 | 0.58 | 0.67 |
| Hex | DC | 7C | 9D | 0 | 2C | 1D | E | 153 | 3A | 43 |
| Octal | 334 | 174 | 235 | 0 | 54 | 35 | 16 | 523 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10011101 | 0 | 101100 | 11101 | 1110 | 101010011 | 111010 | 1000011 |
Color Harmonies of #DC7C9D
Complementary color
Monochromatic Colors of #DC7C9D
Black with #DC7C9D
Text Example
Text Example
White with #DC7C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C9D; }
p { color: rgb(220,124,157); }
H1.HeaderClassName
{
color: #DC7C9D;
}
.AnyTagClassName
{
color: #DC7C9D;
}
</style>
background-color css
<style>
a { background-color: #DC7C9D; }
a { background-color: rgb(220,124,157); }
div.DivClassName
{
background-color: #DC7C9D;
}
.BgClassName
{
background-color: #DC7C9D;
}
</style>
border-color css
<style>
span { border-color: #DC7C9D; }
span { border-color: rgb(220,124,157); }
td.TdClassName
{
border-color: #DC7C9D;
}
.TagClassName
{
border-color: #DC7C9D;
}
</style>