Shades of Medium Violet Red #DC0483
Tints of Medium Violet Red #DC0483
RGB
CMYK
RGB Variations
Color information
#DC0483 (or 0xDC0483) is known color: Medium Violet Red. HEX triplet: DC, 04 and 83. RGB value is (220,4,131). Sum of RGB (Red+Green+Blue) = 220+4+131=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0483 is #23FB7C. Grayscale: #525252. Windows color (decimal): -2358141 or 8586460. OLE color: 8586460.
HSL color Cylindrical-coordinate representation of color #DC0483: hue angle of 324.72º 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 #DC0483 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 131 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.14 |
| HSL | 324.72º | 0.96% | 0.44% | - |
| HSV(B) | 324.72º | 0.98% | 0.86% | - |
| XYZ | 33.66 | 16.94 | 22.97 | - |
| YUV | 83.06 | 155.06 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 131 | 0 | 0.98 | 0.40 | 0.14 | 324.72 | 0.96 | 0.44 |
| Hex | DC | 4 | 83 | 0 | 62 | 28 | E | 145 | 60 | 2C |
| Octal | 334 | 4 | 203 | 0 | 142 | 50 | 16 | 505 | 140 | 54 |
| Binary | 11011100 | 100 | 10000011 | 0 | 1100010 | 101000 | 1110 | 101000101 | 1100000 | 101100 |
Color Harmonies of #DC0483
Complementary color
Monochromatic Colors of #DC0483
Black with #DC0483
Text Example
Text Example
White with #DC0483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0483; }
p { color: rgb(220,4,131); }
H1.HeaderClassName
{
color: #DC0483;
}
.AnyTagClassName
{
color: #DC0483;
}
</style>
background-color css
<style>
a { background-color: #DC0483; }
a { background-color: rgb(220,4,131); }
div.DivClassName
{
background-color: #DC0483;
}
.BgClassName
{
background-color: #DC0483;
}
</style>
border-color css
<style>
span { border-color: #DC0483; }
span { border-color: rgb(220,4,131); }
td.TdClassName
{
border-color: #DC0483;
}
.TagClassName
{
border-color: #DC0483;
}
</style>