Shades of Medium Violet Red #DC188E
Tints of Medium Violet Red #DC188E
RGB
CMYK
RGB Variations
Color information
#DC188E (or 0xDC188E) is known color: Medium Violet Red. HEX triplet: DC, 18 and 8E. RGB value is (220,24,142). Sum of RGB (Red+Green+Blue) = 220+24+142=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC188E is #23E771. Grayscale: #5F5F5F. Windows color (decimal): -2353010 or 9312476. OLE color: 9312476.
HSL color Cylindrical-coordinate representation of color #DC188E: hue angle of 323.88º 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 #DC188E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 142 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.14 |
| HSL | 323.88º | 0.8% | 0.48% | - |
| HSV(B) | 323.88º | 0.89% | 0.86% | - |
| XYZ | 34.72 | 17.82 | 27.2 | - |
| YUV | 96.06 | 153.93 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 142 | 0 | 0.89 | 0.35 | 0.14 | 323.88 | 0.8 | 0.48 |
| Hex | DC | 18 | 8E | 0 | 59 | 23 | E | 144 | 50 | 30 |
| Octal | 334 | 30 | 216 | 0 | 131 | 43 | 16 | 504 | 120 | 60 |
| Binary | 11011100 | 11000 | 10001110 | 0 | 1011001 | 100011 | 1110 | 101000100 | 1010000 | 110000 |
Color Harmonies of #DC188E
Complementary color
Monochromatic Colors of #DC188E
Black with #DC188E
Text Example
Text Example
White with #DC188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC188E; }
p { color: rgb(220,24,142); }
H1.HeaderClassName
{
color: #DC188E;
}
.AnyTagClassName
{
color: #DC188E;
}
</style>
background-color css
<style>
a { background-color: #DC188E; }
a { background-color: rgb(220,24,142); }
div.DivClassName
{
background-color: #DC188E;
}
.BgClassName
{
background-color: #DC188E;
}
</style>
border-color css
<style>
span { border-color: #DC188E; }
span { border-color: rgb(220,24,142); }
td.TdClassName
{
border-color: #DC188E;
}
.TagClassName
{
border-color: #DC188E;
}
</style>