Shades of Medium Violet Red #DC1887
Tints of Medium Violet Red #DC1887
RGB
CMYK
RGB Variations
Color information
#DC1887 (or 0xDC1887) is known color: Medium Violet Red. HEX triplet: DC, 18 and 87. RGB value is (220,24,135). Sum of RGB (Red+Green+Blue) = 220+24+135=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1887 is #23E778. Grayscale: #5F5F5F. Windows color (decimal): -2353017 or 8853724. OLE color: 8853724.
HSL color Cylindrical-coordinate representation of color #DC1887: hue angle of 326.02º 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 #DC1887 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 135 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.14 |
| HSL | 326.02º | 0.8% | 0.48% | - |
| HSV(B) | 326.02º | 0.89% | 0.86% | - |
| XYZ | 34.22 | 17.62 | 24.52 | - |
| YUV | 95.26 | 150.43 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 135 | 0 | 0.89 | 0.39 | 0.14 | 326.02 | 0.8 | 0.48 |
| Hex | DC | 18 | 87 | 0 | 59 | 27 | E | 146 | 50 | 30 |
| Octal | 334 | 30 | 207 | 0 | 131 | 47 | 16 | 506 | 120 | 60 |
| Binary | 11011100 | 11000 | 10000111 | 0 | 1011001 | 100111 | 1110 | 101000110 | 1010000 | 110000 |
Color Harmonies of #DC1887
Complementary color
Monochromatic Colors of #DC1887
Black with #DC1887
Text Example
Text Example
White with #DC1887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1887; }
p { color: rgb(220,24,135); }
H1.HeaderClassName
{
color: #DC1887;
}
.AnyTagClassName
{
color: #DC1887;
}
</style>
background-color css
<style>
a { background-color: #DC1887; }
a { background-color: rgb(220,24,135); }
div.DivClassName
{
background-color: #DC1887;
}
.BgClassName
{
background-color: #DC1887;
}
</style>
border-color css
<style>
span { border-color: #DC1887; }
span { border-color: rgb(220,24,135); }
td.TdClassName
{
border-color: #DC1887;
}
.TagClassName
{
border-color: #DC1887;
}
</style>