Shades of Medium Violet Red #DC037A
Tints of Medium Violet Red #DC037A
RGB
CMYK
RGB Variations
Color information
#DC037A (or 0xDC037A) is known color: Medium Violet Red. HEX triplet: DC, 03 and 7A. RGB value is (220,3,122). Sum of RGB (Red+Green+Blue) = 220+3+122=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC037A is #23FC85. Grayscale: #515151. Windows color (decimal): -2358406 or 7996380. OLE color: 7996380.
HSL color Cylindrical-coordinate representation of color #DC037A: hue angle of 327.1º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC037A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.14 |
| HSL | 327.1º | 0.97% | 0.44% | - |
| HSV(B) | 327.1º | 0.99% | 0.86% | - |
| XYZ | 33.06 | 16.69 | 19.89 | - |
| YUV | 81.45 | 150.89 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 122 | 0 | 0.99 | 0.45 | 0.14 | 327.1 | 0.97 | 0.44 |
| Hex | DC | 3 | 7A | 0 | 63 | 2D | E | 147 | 61 | 2C |
| Octal | 334 | 3 | 172 | 0 | 143 | 55 | 16 | 507 | 141 | 54 |
| Binary | 11011100 | 11 | 1111010 | 0 | 1100011 | 101101 | 1110 | 101000111 | 1100001 | 101100 |
Color Harmonies of #DC037A
Complementary color
Monochromatic Colors of #DC037A
Black with #DC037A
Text Example
Text Example
White with #DC037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC037A; }
p { color: rgb(220,3,122); }
H1.HeaderClassName
{
color: #DC037A;
}
.AnyTagClassName
{
color: #DC037A;
}
</style>
background-color css
<style>
a { background-color: #DC037A; }
a { background-color: rgb(220,3,122); }
div.DivClassName
{
background-color: #DC037A;
}
.BgClassName
{
background-color: #DC037A;
}
</style>
border-color css
<style>
span { border-color: #DC037A; }
span { border-color: rgb(220,3,122); }
td.TdClassName
{
border-color: #DC037A;
}
.TagClassName
{
border-color: #DC037A;
}
</style>