Shades of Medium Violet Red #DC038D
Tints of Medium Violet Red #DC038D
RGB
CMYK
RGB Variations
Color information
#DC038D (or 0xDC038D) is known color: Medium Violet Red. HEX triplet: DC, 03 and 8D. RGB value is (220,3,141). Sum of RGB (Red+Green+Blue) = 220+3+141=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC038D is #23FC72. Grayscale: #535353. Windows color (decimal): -2358387 or 9241564. OLE color: 9241564.
HSL color Cylindrical-coordinate representation of color #DC038D: hue angle of 321.84º 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 #DC038D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.14 |
| HSL | 321.84º | 0.97% | 0.44% | - |
| HSV(B) | 321.84º | 0.99% | 0.86% | - |
| XYZ | 34.36 | 17.2 | 26.71 | - |
| YUV | 83.62 | 160.39 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 141 | 0 | 0.99 | 0.36 | 0.14 | 321.84 | 0.97 | 0.44 |
| Hex | DC | 3 | 8D | 0 | 63 | 24 | E | 142 | 61 | 2C |
| Octal | 334 | 3 | 215 | 0 | 143 | 44 | 16 | 502 | 141 | 54 |
| Binary | 11011100 | 11 | 10001101 | 0 | 1100011 | 100100 | 1110 | 101000010 | 1100001 | 101100 |
Color Harmonies of #DC038D
Complementary color
Monochromatic Colors of #DC038D
Black with #DC038D
Text Example
Text Example
White with #DC038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC038D; }
p { color: rgb(220,3,141); }
H1.HeaderClassName
{
color: #DC038D;
}
.AnyTagClassName
{
color: #DC038D;
}
</style>
background-color css
<style>
a { background-color: #DC038D; }
a { background-color: rgb(220,3,141); }
div.DivClassName
{
background-color: #DC038D;
}
.BgClassName
{
background-color: #DC038D;
}
</style>
border-color css
<style>
span { border-color: #DC038D; }
span { border-color: rgb(220,3,141); }
td.TdClassName
{
border-color: #DC038D;
}
.TagClassName
{
border-color: #DC038D;
}
</style>