Shades of Medium Violet Red #DC188F
Tints of Medium Violet Red #DC188F
RGB
CMYK
RGB Variations
Color information
#DC188F (or 0xDC188F) is known color: Medium Violet Red. HEX triplet: DC, 18 and 8F. RGB value is (220,24,143). Sum of RGB (Red+Green+Blue) = 220+24+143=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC188F is #23E770. Grayscale: #5F5F5F. Windows color (decimal): -2353009 or 9378012. OLE color: 9378012.
HSL color Cylindrical-coordinate representation of color #DC188F: hue angle of 323.57º 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 #DC188F is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 143 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.14 |
| HSL | 323.57º | 0.8% | 0.48% | - |
| HSV(B) | 323.57º | 0.89% | 0.86% | - |
| XYZ | 34.8 | 17.85 | 27.6 | - |
| YUV | 96.17 | 154.43 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 143 | 0 | 0.89 | 0.35 | 0.14 | 323.57 | 0.8 | 0.48 |
| Hex | DC | 18 | 8F | 0 | 59 | 23 | E | 144 | 50 | 30 |
| Octal | 334 | 30 | 217 | 0 | 131 | 43 | 16 | 504 | 120 | 60 |
| Binary | 11011100 | 11000 | 10001111 | 0 | 1011001 | 100011 | 1110 | 101000100 | 1010000 | 110000 |
Color Harmonies of #DC188F
Complementary color
Monochromatic Colors of #DC188F
Black with #DC188F
Text Example
Text Example
White with #DC188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC188F; }
p { color: rgb(220,24,143); }
H1.HeaderClassName
{
color: #DC188F;
}
.AnyTagClassName
{
color: #DC188F;
}
</style>
background-color css
<style>
a { background-color: #DC188F; }
a { background-color: rgb(220,24,143); }
div.DivClassName
{
background-color: #DC188F;
}
.BgClassName
{
background-color: #DC188F;
}
</style>
border-color css
<style>
span { border-color: #DC188F; }
span { border-color: rgb(220,24,143); }
td.TdClassName
{
border-color: #DC188F;
}
.TagClassName
{
border-color: #DC188F;
}
</style>