Shades of Medium Violet Red #DC087C
Tints of Medium Violet Red #DC087C
RGB
CMYK
RGB Variations
Color information
#DC087C (or 0xDC087C) is known color: Medium Violet Red. HEX triplet: DC, 08 and 7C. RGB value is (220,8,124). Sum of RGB (Red+Green+Blue) = 220+8+124=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC087C is #23F783. Grayscale: #545454. Windows color (decimal): -2357124 or 8128732. OLE color: 8128732.
HSL color Cylindrical-coordinate representation of color #DC087C: hue angle of 327.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC087C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 124 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.14 |
| HSL | 327.17º | 0.93% | 0.45% | - |
| HSV(B) | 327.17º | 0.96% | 0.86% | - |
| XYZ | 33.24 | 16.84 | 20.57 | - |
| YUV | 84.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 124 | 0 | 0.96 | 0.44 | 0.14 | 327.17 | 0.93 | 0.45 |
| Hex | DC | 8 | 7C | 0 | 60 | 2C | E | 147 | 5D | 2D |
| Octal | 334 | 10 | 174 | 0 | 140 | 54 | 16 | 507 | 135 | 55 |
| Binary | 11011100 | 1000 | 1111100 | 0 | 1100000 | 101100 | 1110 | 101000111 | 1011101 | 101101 |
Color Harmonies of #DC087C
Complementary color
Monochromatic Colors of #DC087C
Black with #DC087C
Text Example
Text Example
White with #DC087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC087C; }
p { color: rgb(220,8,124); }
H1.HeaderClassName
{
color: #DC087C;
}
.AnyTagClassName
{
color: #DC087C;
}
</style>
background-color css
<style>
a { background-color: #DC087C; }
a { background-color: rgb(220,8,124); }
div.DivClassName
{
background-color: #DC087C;
}
.BgClassName
{
background-color: #DC087C;
}
</style>
border-color css
<style>
span { border-color: #DC087C; }
span { border-color: rgb(220,8,124); }
td.TdClassName
{
border-color: #DC087C;
}
.TagClassName
{
border-color: #DC087C;
}
</style>