Shades of Medium Violet Red #DC037F
Tints of Medium Violet Red #DC037F
RGB
CMYK
RGB Variations
Color information
#DC037F (or 0xDC037F) is known color: Medium Violet Red. HEX triplet: DC, 03 and 7F. RGB value is (220,3,127). Sum of RGB (Red+Green+Blue) = 220+3+127=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC037F is #23FC80. Grayscale: #515151. Windows color (decimal): -2358401 or 8324060. OLE color: 8324060.
HSL color Cylindrical-coordinate representation of color #DC037F: hue angle of 325.71º 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 #DC037F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 127 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.14 |
| HSL | 325.71º | 0.97% | 0.44% | - |
| HSV(B) | 325.71º | 0.99% | 0.86% | - |
| XYZ | 33.38 | 16.81 | 21.56 | - |
| YUV | 82.02 | 153.39 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 127 | 0 | 0.99 | 0.42 | 0.14 | 325.71 | 0.97 | 0.44 |
| Hex | DC | 3 | 7F | 0 | 63 | 2A | E | 146 | 61 | 2C |
| Octal | 334 | 3 | 177 | 0 | 143 | 52 | 16 | 506 | 141 | 54 |
| Binary | 11011100 | 11 | 1111111 | 0 | 1100011 | 101010 | 1110 | 101000110 | 1100001 | 101100 |
Color Harmonies of #DC037F
Complementary color
Monochromatic Colors of #DC037F
Black with #DC037F
Text Example
Text Example
White with #DC037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC037F; }
p { color: rgb(220,3,127); }
H1.HeaderClassName
{
color: #DC037F;
}
.AnyTagClassName
{
color: #DC037F;
}
</style>
background-color css
<style>
a { background-color: #DC037F; }
a { background-color: rgb(220,3,127); }
div.DivClassName
{
background-color: #DC037F;
}
.BgClassName
{
background-color: #DC037F;
}
</style>
border-color css
<style>
span { border-color: #DC037F; }
span { border-color: rgb(220,3,127); }
td.TdClassName
{
border-color: #DC037F;
}
.TagClassName
{
border-color: #DC037F;
}
</style>