Shades of Medium Violet Red #DC1483
Tints of Medium Violet Red #DC1483
RGB
CMYK
RGB Variations
Color information
#DC1483 (or 0xDC1483) is known color: Medium Violet Red. HEX triplet: DC, 14 and 83. RGB value is (220,20,131). Sum of RGB (Red+Green+Blue) = 220+20+131=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1483 is #23EB7C. Grayscale: #5C5C5C. Windows color (decimal): -2354045 or 8590556. OLE color: 8590556.
HSL color Cylindrical-coordinate representation of color #DC1483: hue angle of 326.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1483 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 131 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.14 |
| HSL | 326.7º | 0.83% | 0.47% | - |
| HSV(B) | 326.7º | 0.91% | 0.86% | - |
| XYZ | 33.86 | 17.35 | 23.04 | - |
| YUV | 92.45 | 149.76 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 131 | 0 | 0.91 | 0.40 | 0.14 | 326.7 | 0.83 | 0.47 |
| Hex | DC | 14 | 83 | 0 | 5B | 28 | E | 147 | 53 | 2F |
| Octal | 334 | 24 | 203 | 0 | 133 | 50 | 16 | 507 | 123 | 57 |
| Binary | 11011100 | 10100 | 10000011 | 0 | 1011011 | 101000 | 1110 | 101000111 | 1010011 | 101111 |
Color Harmonies of #DC1483
Complementary color
Monochromatic Colors of #DC1483
Black with #DC1483
Text Example
Text Example
White with #DC1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1483; }
p { color: rgb(220,20,131); }
H1.HeaderClassName
{
color: #DC1483;
}
.AnyTagClassName
{
color: #DC1483;
}
</style>
background-color css
<style>
a { background-color: #DC1483; }
a { background-color: rgb(220,20,131); }
div.DivClassName
{
background-color: #DC1483;
}
.BgClassName
{
background-color: #DC1483;
}
</style>
border-color css
<style>
span { border-color: #DC1483; }
span { border-color: rgb(220,20,131); }
td.TdClassName
{
border-color: #DC1483;
}
.TagClassName
{
border-color: #DC1483;
}
</style>