Shades of Medium Violet Red #DC187F
Tints of Medium Violet Red #DC187F
RGB
CMYK
RGB Variations
Color information
#DC187F (or 0xDC187F) is known color: Medium Violet Red. HEX triplet: DC, 18 and 7F. RGB value is (220,24,127). Sum of RGB (Red+Green+Blue) = 220+24+127=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC187F is #23E780. Grayscale: #5E5E5E. Windows color (decimal): -2353025 or 8329436. OLE color: 8329436.
HSL color Cylindrical-coordinate representation of color #DC187F: hue angle of 328.47º 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 #DC187F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 127 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.14 |
| HSL | 328.47º | 0.8% | 0.48% | - |
| HSV(B) | 328.47º | 0.89% | 0.86% | - |
| XYZ | 33.67 | 17.4 | 21.66 | - |
| YUV | 94.35 | 146.43 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 127 | 0 | 0.89 | 0.42 | 0.14 | 328.47 | 0.8 | 0.48 |
| Hex | DC | 18 | 7F | 0 | 59 | 2A | E | 148 | 50 | 30 |
| Octal | 334 | 30 | 177 | 0 | 131 | 52 | 16 | 510 | 120 | 60 |
| Binary | 11011100 | 11000 | 1111111 | 0 | 1011001 | 101010 | 1110 | 101001000 | 1010000 | 110000 |
Color Harmonies of #DC187F
Complementary color
Monochromatic Colors of #DC187F
Black with #DC187F
Text Example
Text Example
White with #DC187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC187F; }
p { color: rgb(220,24,127); }
H1.HeaderClassName
{
color: #DC187F;
}
.AnyTagClassName
{
color: #DC187F;
}
</style>
background-color css
<style>
a { background-color: #DC187F; }
a { background-color: rgb(220,24,127); }
div.DivClassName
{
background-color: #DC187F;
}
.BgClassName
{
background-color: #DC187F;
}
</style>
border-color css
<style>
span { border-color: #DC187F; }
span { border-color: rgb(220,24,127); }
td.TdClassName
{
border-color: #DC187F;
}
.TagClassName
{
border-color: #DC187F;
}
</style>