Shades of Medium Violet Red #DC198B
Tints of Medium Violet Red #DC198B
RGB
CMYK
RGB Variations
Color information
#DC198B (or 0xDC198B) is known color: Medium Violet Red. HEX triplet: DC, 19 and 8B. RGB value is (220,25,139). Sum of RGB (Red+Green+Blue) = 220+25+139=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC198B is #23E674. Grayscale: #606060. Windows color (decimal): -2352757 or 9116124. OLE color: 9116124.
HSL color Cylindrical-coordinate representation of color #DC198B: hue angle of 324.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC198B is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 139 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.14 |
| HSL | 324.92º | 0.8% | 0.48% | - |
| HSV(B) | 324.92º | 0.89% | 0.86% | - |
| XYZ | 34.52 | 17.77 | 26.04 | - |
| YUV | 96.3 | 152.1 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 139 | 0 | 0.89 | 0.37 | 0.14 | 324.92 | 0.8 | 0.48 |
| Hex | DC | 19 | 8B | 0 | 59 | 25 | E | 145 | 50 | 30 |
| Octal | 334 | 31 | 213 | 0 | 131 | 45 | 16 | 505 | 120 | 60 |
| Binary | 11011100 | 11001 | 10001011 | 0 | 1011001 | 100101 | 1110 | 101000101 | 1010000 | 110000 |
Color Harmonies of #DC198B
Complementary color
Monochromatic Colors of #DC198B
Black with #DC198B
Text Example
Text Example
White with #DC198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC198B; }
p { color: rgb(220,25,139); }
H1.HeaderClassName
{
color: #DC198B;
}
.AnyTagClassName
{
color: #DC198B;
}
</style>
background-color css
<style>
a { background-color: #DC198B; }
a { background-color: rgb(220,25,139); }
div.DivClassName
{
background-color: #DC198B;
}
.BgClassName
{
background-color: #DC198B;
}
</style>
border-color css
<style>
span { border-color: #DC198B; }
span { border-color: rgb(220,25,139); }
td.TdClassName
{
border-color: #DC198B;
}
.TagClassName
{
border-color: #DC198B;
}
</style>