Shades of Medium Violet Red #DC187E
Tints of Medium Violet Red #DC187E
RGB
CMYK
RGB Variations
Color information
#DC187E (or 0xDC187E) is known color: Medium Violet Red. HEX triplet: DC, 18 and 7E. RGB value is (220,24,126). Sum of RGB (Red+Green+Blue) = 220+24+126=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC187E is #23E781. Grayscale: #5E5E5E. Windows color (decimal): -2353026 or 8263900. OLE color: 8263900.
HSL color Cylindrical-coordinate representation of color #DC187E: hue angle of 328.78º 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 #DC187E is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 126 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.14 |
| HSL | 328.78º | 0.8% | 0.48% | - |
| HSV(B) | 328.78º | 0.89% | 0.86% | - |
| XYZ | 33.61 | 17.38 | 21.32 | - |
| YUV | 94.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 126 | 0 | 0.89 | 0.43 | 0.14 | 328.78 | 0.8 | 0.48 |
| Hex | DC | 18 | 7E | 0 | 59 | 2B | E | 149 | 50 | 30 |
| Octal | 334 | 30 | 176 | 0 | 131 | 53 | 16 | 511 | 120 | 60 |
| Binary | 11011100 | 11000 | 1111110 | 0 | 1011001 | 101011 | 1110 | 101001001 | 1010000 | 110000 |
Color Harmonies of #DC187E
Complementary color
Monochromatic Colors of #DC187E
Black with #DC187E
Text Example
Text Example
White with #DC187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC187E; }
p { color: rgb(220,24,126); }
H1.HeaderClassName
{
color: #DC187E;
}
.AnyTagClassName
{
color: #DC187E;
}
</style>
background-color css
<style>
a { background-color: #DC187E; }
a { background-color: rgb(220,24,126); }
div.DivClassName
{
background-color: #DC187E;
}
.BgClassName
{
background-color: #DC187E;
}
</style>
border-color css
<style>
span { border-color: #DC187E; }
span { border-color: rgb(220,24,126); }
td.TdClassName
{
border-color: #DC187E;
}
.TagClassName
{
border-color: #DC187E;
}
</style>