Shades of Medium Violet Red #DC0383
Tints of Medium Violet Red #DC0383
RGB
CMYK
RGB Variations
Color information
#DC0383 (or 0xDC0383) is known color: Medium Violet Red. HEX triplet: DC, 03 and 83. RGB value is (220,3,131). Sum of RGB (Red+Green+Blue) = 220+3+131=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0383 is #23FC7C. Grayscale: #525252. Windows color (decimal): -2358397 or 8586204. OLE color: 8586204.
HSL color Cylindrical-coordinate representation of color #DC0383: hue angle of 324.61º 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 #DC0383 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 131 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.14 |
| HSL | 324.61º | 0.97% | 0.44% | - |
| HSV(B) | 324.61º | 0.99% | 0.86% | - |
| XYZ | 33.64 | 16.92 | 22.97 | - |
| YUV | 82.48 | 155.39 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 131 | 0 | 0.99 | 0.40 | 0.14 | 324.61 | 0.97 | 0.44 |
| Hex | DC | 3 | 83 | 0 | 63 | 28 | E | 145 | 61 | 2C |
| Octal | 334 | 3 | 203 | 0 | 143 | 50 | 16 | 505 | 141 | 54 |
| Binary | 11011100 | 11 | 10000011 | 0 | 1100011 | 101000 | 1110 | 101000101 | 1100001 | 101100 |
Color Harmonies of #DC0383
Complementary color
Monochromatic Colors of #DC0383
Black with #DC0383
Text Example
Text Example
White with #DC0383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0383; }
p { color: rgb(220,3,131); }
H1.HeaderClassName
{
color: #DC0383;
}
.AnyTagClassName
{
color: #DC0383;
}
</style>
background-color css
<style>
a { background-color: #DC0383; }
a { background-color: rgb(220,3,131); }
div.DivClassName
{
background-color: #DC0383;
}
.BgClassName
{
background-color: #DC0383;
}
</style>
border-color css
<style>
span { border-color: #DC0383; }
span { border-color: rgb(220,3,131); }
td.TdClassName
{
border-color: #DC0383;
}
.TagClassName
{
border-color: #DC0383;
}
</style>