Shades of Pale Violet Red #DC7C9B
Tints of Pale Violet Red #DC7C9B
RGB
CMYK
RGB Variations
Color information
#DC7C9B (or 0xDC7C9B) is known color: Pale Violet Red. HEX triplet: DC, 7C and 9B. RGB value is (220,124,155). Sum of RGB (Red+Green+Blue) = 220+124+155=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C9B is #238364. Grayscale: #9C9C9C. Windows color (decimal): -2327397 or 10190044. OLE color: 10190044.
HSL color Cylindrical-coordinate representation of color #DC7C9B: hue angle of 340.62º 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 #DC7C9B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 155 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.14 |
| HSL | 340.63º | 0.58% | 0.67% | - |
| HSV(B) | 340.63º | 0.44% | 0.86% | - |
| XYZ | 42.64 | 32 | 34.94 | - |
| YUV | 156.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 155 | 0 | 0.44 | 0.30 | 0.14 | 340.63 | 0.58 | 0.67 |
| Hex | DC | 7C | 9B | 0 | 2C | 1E | E | 155 | 3A | 43 |
| Octal | 334 | 174 | 233 | 0 | 54 | 36 | 16 | 525 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10011011 | 0 | 101100 | 11110 | 1110 | 101010101 | 111010 | 1000011 |
Color Harmonies of #DC7C9B
Complementary color
Monochromatic Colors of #DC7C9B
Black with #DC7C9B
Text Example
Text Example
White with #DC7C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C9B; }
p { color: rgb(220,124,155); }
H1.HeaderClassName
{
color: #DC7C9B;
}
.AnyTagClassName
{
color: #DC7C9B;
}
</style>
background-color css
<style>
a { background-color: #DC7C9B; }
a { background-color: rgb(220,124,155); }
div.DivClassName
{
background-color: #DC7C9B;
}
.BgClassName
{
background-color: #DC7C9B;
}
</style>
border-color css
<style>
span { border-color: #DC7C9B; }
span { border-color: rgb(220,124,155); }
td.TdClassName
{
border-color: #DC7C9B;
}
.TagClassName
{
border-color: #DC7C9B;
}
</style>