Shades of Medium Violet Red #DC0484
Tints of Medium Violet Red #DC0484
RGB
CMYK
RGB Variations
Color information
#DC0484 (or 0xDC0484) is known color: Medium Violet Red. HEX triplet: DC, 04 and 84. RGB value is (220,4,132). Sum of RGB (Red+Green+Blue) = 220+4+132=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0484 is #23FB7B. Grayscale: #525252. Windows color (decimal): -2358140 or 8651996. OLE color: 8651996.
HSL color Cylindrical-coordinate representation of color #DC0484: hue angle of 324.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0484 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.14 |
| HSL | 324.44º | 0.96% | 0.44% | - |
| HSV(B) | 324.44º | 0.98% | 0.86% | - |
| XYZ | 33.72 | 16.97 | 23.33 | - |
| YUV | 83.18 | 155.56 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 132 | 0 | 0.98 | 0.40 | 0.14 | 324.44 | 0.96 | 0.44 |
| Hex | DC | 4 | 84 | 0 | 62 | 28 | E | 144 | 60 | 2C |
| Octal | 334 | 4 | 204 | 0 | 142 | 50 | 16 | 504 | 140 | 54 |
| Binary | 11011100 | 100 | 10000100 | 0 | 1100010 | 101000 | 1110 | 101000100 | 1100000 | 101100 |
Color Harmonies of #DC0484
Complementary color
Monochromatic Colors of #DC0484
Black with #DC0484
Text Example
Text Example
White with #DC0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0484; }
p { color: rgb(220,4,132); }
H1.HeaderClassName
{
color: #DC0484;
}
.AnyTagClassName
{
color: #DC0484;
}
</style>
background-color css
<style>
a { background-color: #DC0484; }
a { background-color: rgb(220,4,132); }
div.DivClassName
{
background-color: #DC0484;
}
.BgClassName
{
background-color: #DC0484;
}
</style>
border-color css
<style>
span { border-color: #DC0484; }
span { border-color: rgb(220,4,132); }
td.TdClassName
{
border-color: #DC0484;
}
.TagClassName
{
border-color: #DC0484;
}
</style>