Shades of Medium Violet Red #DC187B
Tints of Medium Violet Red #DC187B
RGB
CMYK
RGB Variations
Color information
#DC187B (or 0xDC187B) is known color: Medium Violet Red. HEX triplet: DC, 18 and 7B. RGB value is (220,24,123). Sum of RGB (Red+Green+Blue) = 220+24+123=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC187B is #23E784. Grayscale: #5D5D5D. Windows color (decimal): -2353029 or 8067292. OLE color: 8067292.
HSL color Cylindrical-coordinate representation of color #DC187B: hue angle of 329.69º 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 #DC187B is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 123 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.14 |
| HSL | 329.69º | 0.8% | 0.48% | - |
| HSV(B) | 329.69º | 0.89% | 0.86% | - |
| XYZ | 33.42 | 17.3 | 20.32 | - |
| YUV | 93.89 | 144.43 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 123 | 0 | 0.89 | 0.44 | 0.14 | 329.69 | 0.8 | 0.48 |
| Hex | DC | 18 | 7B | 0 | 59 | 2C | E | 14A | 50 | 30 |
| Octal | 334 | 30 | 173 | 0 | 131 | 54 | 16 | 512 | 120 | 60 |
| Binary | 11011100 | 11000 | 1111011 | 0 | 1011001 | 101100 | 1110 | 101001010 | 1010000 | 110000 |
Color Harmonies of #DC187B
Complementary color
Monochromatic Colors of #DC187B
Black with #DC187B
Text Example
Text Example
White with #DC187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC187B; }
p { color: rgb(220,24,123); }
H1.HeaderClassName
{
color: #DC187B;
}
.AnyTagClassName
{
color: #DC187B;
}
</style>
background-color css
<style>
a { background-color: #DC187B; }
a { background-color: rgb(220,24,123); }
div.DivClassName
{
background-color: #DC187B;
}
.BgClassName
{
background-color: #DC187B;
}
</style>
border-color css
<style>
span { border-color: #DC187B; }
span { border-color: rgb(220,24,123); }
td.TdClassName
{
border-color: #DC187B;
}
.TagClassName
{
border-color: #DC187B;
}
</style>