Shades of Medium Violet Red #DC1783
Tints of Medium Violet Red #DC1783
RGB
CMYK
RGB Variations
Color information
#DC1783 (or 0xDC1783) is known color: Medium Violet Red. HEX triplet: DC, 17 and 83. RGB value is (220,23,131). Sum of RGB (Red+Green+Blue) = 220+23+131=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1783 is #23E87C. Grayscale: #5D5D5D. Windows color (decimal): -2353277 or 8591324. OLE color: 8591324.
HSL color Cylindrical-coordinate representation of color #DC1783: hue angle of 327.11º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1783 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 131 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.14 |
| HSL | 327.11º | 0.81% | 0.48% | - |
| HSV(B) | 327.11º | 0.9% | 0.86% | - |
| XYZ | 33.92 | 17.47 | 23.06 | - |
| YUV | 94.22 | 148.77 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 131 | 0 | 0.90 | 0.40 | 0.14 | 327.11 | 0.81 | 0.48 |
| Hex | DC | 17 | 83 | 0 | 5A | 28 | E | 147 | 51 | 30 |
| Octal | 334 | 27 | 203 | 0 | 132 | 50 | 16 | 507 | 121 | 60 |
| Binary | 11011100 | 10111 | 10000011 | 0 | 1011010 | 101000 | 1110 | 101000111 | 1010001 | 110000 |
Color Harmonies of #DC1783
Complementary color
Monochromatic Colors of #DC1783
Black with #DC1783
Text Example
Text Example
White with #DC1783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1783; }
p { color: rgb(220,23,131); }
H1.HeaderClassName
{
color: #DC1783;
}
.AnyTagClassName
{
color: #DC1783;
}
</style>
background-color css
<style>
a { background-color: #DC1783; }
a { background-color: rgb(220,23,131); }
div.DivClassName
{
background-color: #DC1783;
}
.BgClassName
{
background-color: #DC1783;
}
</style>
border-color css
<style>
span { border-color: #DC1783; }
span { border-color: rgb(220,23,131); }
td.TdClassName
{
border-color: #DC1783;
}
.TagClassName
{
border-color: #DC1783;
}
</style>