Shades of Pale Violet Red #DC7C9F
Tints of Pale Violet Red #DC7C9F
RGB
CMYK
RGB Variations
Color information
#DC7C9F (or 0xDC7C9F) is known color: Pale Violet Red. HEX triplet: DC, 7C and 9F. RGB value is (220,124,159). Sum of RGB (Red+Green+Blue) = 220+124+159=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C9F is #238360. Grayscale: #9C9C9C. Windows color (decimal): -2327393 or 10452188. OLE color: 10452188.
HSL color Cylindrical-coordinate representation of color #DC7C9F: hue angle of 338.12º 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 #DC7C9F is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 159 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.14 |
| HSL | 338.13º | 0.58% | 0.67% | - |
| HSV(B) | 338.13º | 0.44% | 0.86% | - |
| XYZ | 42.98 | 32.13 | 36.74 | - |
| YUV | 156.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 159 | 0 | 0.44 | 0.28 | 0.14 | 338.13 | 0.58 | 0.67 |
| Hex | DC | 7C | 9F | 0 | 2C | 1C | E | 152 | 3A | 43 |
| Octal | 334 | 174 | 237 | 0 | 54 | 34 | 16 | 522 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10011111 | 0 | 101100 | 11100 | 1110 | 101010010 | 111010 | 1000011 |
Color Harmonies of #DC7C9F
Complementary color
Monochromatic Colors of #DC7C9F
Black with #DC7C9F
Text Example
Text Example
White with #DC7C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C9F; }
p { color: rgb(220,124,159); }
H1.HeaderClassName
{
color: #DC7C9F;
}
.AnyTagClassName
{
color: #DC7C9F;
}
</style>
background-color css
<style>
a { background-color: #DC7C9F; }
a { background-color: rgb(220,124,159); }
div.DivClassName
{
background-color: #DC7C9F;
}
.BgClassName
{
background-color: #DC7C9F;
}
</style>
border-color css
<style>
span { border-color: #DC7C9F; }
span { border-color: rgb(220,124,159); }
td.TdClassName
{
border-color: #DC7C9F;
}
.TagClassName
{
border-color: #DC7C9F;
}
</style>