Shades of Medium Violet Red #DC1084
Tints of Medium Violet Red #DC1084
RGB
CMYK
RGB Variations
Color information
#DC1084 (or 0xDC1084) is known color: Medium Violet Red. HEX triplet: DC, 10 and 84. RGB value is (220,16,132). Sum of RGB (Red+Green+Blue) = 220+16+132=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1084 is #23EF7B. Grayscale: #595959. Windows color (decimal): -2355068 or 8655068. OLE color: 8655068.
HSL color Cylindrical-coordinate representation of color #DC1084: hue angle of 325.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1084 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 132 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.14 |
| HSL | 325.88º | 0.86% | 0.46% | - |
| HSV(B) | 325.88º | 0.93% | 0.86% | - |
| XYZ | 33.87 | 17.25 | 23.37 | - |
| YUV | 90.22 | 151.59 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 132 | 0 | 0.93 | 0.40 | 0.14 | 325.88 | 0.86 | 0.46 |
| Hex | DC | 10 | 84 | 0 | 5D | 28 | E | 146 | 56 | 2E |
| Octal | 334 | 20 | 204 | 0 | 135 | 50 | 16 | 506 | 126 | 56 |
| Binary | 11011100 | 10000 | 10000100 | 0 | 1011101 | 101000 | 1110 | 101000110 | 1010110 | 101110 |
Color Harmonies of #DC1084
Complementary color
Monochromatic Colors of #DC1084
Black with #DC1084
Text Example
Text Example
White with #DC1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1084; }
p { color: rgb(220,16,132); }
H1.HeaderClassName
{
color: #DC1084;
}
.AnyTagClassName
{
color: #DC1084;
}
</style>
background-color css
<style>
a { background-color: #DC1084; }
a { background-color: rgb(220,16,132); }
div.DivClassName
{
background-color: #DC1084;
}
.BgClassName
{
background-color: #DC1084;
}
</style>
border-color css
<style>
span { border-color: #DC1084; }
span { border-color: rgb(220,16,132); }
td.TdClassName
{
border-color: #DC1084;
}
.TagClassName
{
border-color: #DC1084;
}
</style>