Shades of Medium Violet Red #DC187D
Tints of Medium Violet Red #DC187D
RGB
CMYK
RGB Variations
Color information
#DC187D (or 0xDC187D) is known color: Medium Violet Red. HEX triplet: DC, 18 and 7D. RGB value is (220,24,125). Sum of RGB (Red+Green+Blue) = 220+24+125=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC187D is #23E782. Grayscale: #5D5D5D. Windows color (decimal): -2353027 or 8198364. OLE color: 8198364.
HSL color Cylindrical-coordinate representation of color #DC187D: hue angle of 329.08º 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 #DC187D is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 125 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.14 |
| HSL | 329.08º | 0.8% | 0.48% | - |
| HSV(B) | 329.08º | 0.89% | 0.86% | - |
| XYZ | 33.54 | 17.35 | 20.98 | - |
| YUV | 94.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 125 | 0 | 0.89 | 0.43 | 0.14 | 329.08 | 0.8 | 0.48 |
| Hex | DC | 18 | 7D | 0 | 59 | 2B | E | 149 | 50 | 30 |
| Octal | 334 | 30 | 175 | 0 | 131 | 53 | 16 | 511 | 120 | 60 |
| Binary | 11011100 | 11000 | 1111101 | 0 | 1011001 | 101011 | 1110 | 101001001 | 1010000 | 110000 |
Color Harmonies of #DC187D
Complementary color
Monochromatic Colors of #DC187D
Black with #DC187D
Text Example
Text Example
White with #DC187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC187D; }
p { color: rgb(220,24,125); }
H1.HeaderClassName
{
color: #DC187D;
}
.AnyTagClassName
{
color: #DC187D;
}
</style>
background-color css
<style>
a { background-color: #DC187D; }
a { background-color: rgb(220,24,125); }
div.DivClassName
{
background-color: #DC187D;
}
.BgClassName
{
background-color: #DC187D;
}
</style>
border-color css
<style>
span { border-color: #DC187D; }
span { border-color: rgb(220,24,125); }
td.TdClassName
{
border-color: #DC187D;
}
.TagClassName
{
border-color: #DC187D;
}
</style>