Shades of Pale Violet Red #DC7198
Tints of Pale Violet Red #DC7198
RGB
CMYK
RGB Variations
Color information
#DC7198 (or 0xDC7198) is known color: Pale Violet Red. HEX triplet: DC, 71 and 98. RGB value is (220,113,152). Sum of RGB (Red+Green+Blue) = 220+113+152=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7198 is #238E67. Grayscale: #959595. Windows color (decimal): -2330216 or 9990620. OLE color: 9990620.
HSL color Cylindrical-coordinate representation of color #DC7198: hue angle of 338.13º 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 #DC7198 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 152 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.14 |
| HSL | 338.13º | 0.6% | 0.65% | - |
| HSV(B) | 338.13º | 0.49% | 0.86% | - |
| XYZ | 41.09 | 29.29 | 33.19 | - |
| YUV | 149.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 152 | 0 | 0.49 | 0.31 | 0.14 | 338.13 | 0.6 | 0.65 |
| Hex | DC | 71 | 98 | 0 | 31 | 1F | E | 152 | 3C | 41 |
| Octal | 334 | 161 | 230 | 0 | 61 | 37 | 16 | 522 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10011000 | 0 | 110001 | 11111 | 1110 | 101010010 | 111100 | 1000001 |
Color Harmonies of #DC7198
Complementary color
Monochromatic Colors of #DC7198
Black with #DC7198
Text Example
Text Example
White with #DC7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7198; }
p { color: rgb(220,113,152); }
H1.HeaderClassName
{
color: #DC7198;
}
.AnyTagClassName
{
color: #DC7198;
}
</style>
background-color css
<style>
a { background-color: #DC7198; }
a { background-color: rgb(220,113,152); }
div.DivClassName
{
background-color: #DC7198;
}
.BgClassName
{
background-color: #DC7198;
}
</style>
border-color css
<style>
span { border-color: #DC7198; }
span { border-color: rgb(220,113,152); }
td.TdClassName
{
border-color: #DC7198;
}
.TagClassName
{
border-color: #DC7198;
}
</style>