Shades of Pale Violet Red #DC7D9F
Tints of Pale Violet Red #DC7D9F
RGB
CMYK
RGB Variations
Color information
#DC7D9F (or 0xDC7D9F) is known color: Pale Violet Red. HEX triplet: DC, 7D and 9F. RGB value is (220,125,159). Sum of RGB (Red+Green+Blue) = 220+125+159=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D9F is #238260. Grayscale: #9D9D9D. Windows color (decimal): -2327137 or 10452444. OLE color: 10452444.
HSL color Cylindrical-coordinate representation of color #DC7D9F: hue angle of 338.53º 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 #DC7D9F is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 159 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.14 |
| HSL | 338.53º | 0.58% | 0.68% | - |
| HSV(B) | 338.53º | 0.43% | 0.86% | - |
| XYZ | 43.11 | 32.39 | 36.78 | - |
| YUV | 157.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 159 | 0 | 0.43 | 0.28 | 0.14 | 338.53 | 0.58 | 0.68 |
| Hex | DC | 7D | 9F | 0 | 2B | 1C | E | 153 | 3A | 44 |
| Octal | 334 | 175 | 237 | 0 | 53 | 34 | 16 | 523 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10011111 | 0 | 101011 | 11100 | 1110 | 101010011 | 111010 | 1000100 |
Color Harmonies of #DC7D9F
Complementary color
Monochromatic Colors of #DC7D9F
Black with #DC7D9F
Text Example
Text Example
White with #DC7D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D9F; }
p { color: rgb(220,125,159); }
H1.HeaderClassName
{
color: #DC7D9F;
}
.AnyTagClassName
{
color: #DC7D9F;
}
</style>
background-color css
<style>
a { background-color: #DC7D9F; }
a { background-color: rgb(220,125,159); }
div.DivClassName
{
background-color: #DC7D9F;
}
.BgClassName
{
background-color: #DC7D9F;
}
</style>
border-color css
<style>
span { border-color: #DC7D9F; }
span { border-color: rgb(220,125,159); }
td.TdClassName
{
border-color: #DC7D9F;
}
.TagClassName
{
border-color: #DC7D9F;
}
</style>