Shades of Pale Violet Red #DC7199
Tints of Pale Violet Red #DC7199
RGB
CMYK
RGB Variations
Color information
#DC7199 (or 0xDC7199) is known color: Pale Violet Red. HEX triplet: DC, 71 and 99. RGB value is (220,113,153). Sum of RGB (Red+Green+Blue) = 220+113+153=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7199 is #238E66. Grayscale: #959595. Windows color (decimal): -2330215 or 10056156. OLE color: 10056156.
HSL color Cylindrical-coordinate representation of color #DC7199: hue angle of 337.57º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7199 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 153 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.14 |
| HSL | 337.57º | 0.6% | 0.65% | - |
| HSV(B) | 337.57º | 0.49% | 0.86% | - |
| XYZ | 41.17 | 29.33 | 33.63 | - |
| YUV | 149.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 153 | 0 | 0.49 | 0.30 | 0.14 | 337.57 | 0.6 | 0.65 |
| Hex | DC | 71 | 99 | 0 | 31 | 1E | E | 152 | 3C | 41 |
| Octal | 334 | 161 | 231 | 0 | 61 | 36 | 16 | 522 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10011001 | 0 | 110001 | 11110 | 1110 | 101010010 | 111100 | 1000001 |
Color Harmonies of #DC7199
Complementary color
Monochromatic Colors of #DC7199
Black with #DC7199
Text Example
Text Example
White with #DC7199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7199; }
p { color: rgb(220,113,153); }
H1.HeaderClassName
{
color: #DC7199;
}
.AnyTagClassName
{
color: #DC7199;
}
</style>
background-color css
<style>
a { background-color: #DC7199; }
a { background-color: rgb(220,113,153); }
div.DivClassName
{
background-color: #DC7199;
}
.BgClassName
{
background-color: #DC7199;
}
</style>
border-color css
<style>
span { border-color: #DC7199; }
span { border-color: rgb(220,113,153); }
td.TdClassName
{
border-color: #DC7199;
}
.TagClassName
{
border-color: #DC7199;
}
</style>