Shades of Medium Violet Red #DC188A
Tints of Medium Violet Red #DC188A
RGB
CMYK
RGB Variations
Color information
#DC188A (or 0xDC188A) is known color: Medium Violet Red. HEX triplet: DC, 18 and 8A. RGB value is (220,24,138). Sum of RGB (Red+Green+Blue) = 220+24+138=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC188A is #23E775. Grayscale: #5F5F5F. Windows color (decimal): -2353014 or 9050332. OLE color: 9050332.
HSL color Cylindrical-coordinate representation of color #DC188A: hue angle of 325.1º 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 #DC188A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 138 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.14 |
| HSL | 325.1º | 0.8% | 0.48% | - |
| HSV(B) | 325.1º | 0.89% | 0.86% | - |
| XYZ | 34.43 | 17.7 | 25.65 | - |
| YUV | 95.6 | 151.93 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 138 | 0 | 0.89 | 0.37 | 0.14 | 325.1 | 0.8 | 0.48 |
| Hex | DC | 18 | 8A | 0 | 59 | 25 | E | 145 | 50 | 30 |
| Octal | 334 | 30 | 212 | 0 | 131 | 45 | 16 | 505 | 120 | 60 |
| Binary | 11011100 | 11000 | 10001010 | 0 | 1011001 | 100101 | 1110 | 101000101 | 1010000 | 110000 |
Color Harmonies of #DC188A
Complementary color
Monochromatic Colors of #DC188A
Black with #DC188A
Text Example
Text Example
White with #DC188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC188A; }
p { color: rgb(220,24,138); }
H1.HeaderClassName
{
color: #DC188A;
}
.AnyTagClassName
{
color: #DC188A;
}
</style>
background-color css
<style>
a { background-color: #DC188A; }
a { background-color: rgb(220,24,138); }
div.DivClassName
{
background-color: #DC188A;
}
.BgClassName
{
background-color: #DC188A;
}
</style>
border-color css
<style>
span { border-color: #DC188A; }
span { border-color: rgb(220,24,138); }
td.TdClassName
{
border-color: #DC188A;
}
.TagClassName
{
border-color: #DC188A;
}
</style>