Shades of Medium Violet Red #DC1580
Tints of Medium Violet Red #DC1580
RGB
CMYK
RGB Variations
Color information
#DC1580 (or 0xDC1580) is known color: Medium Violet Red. HEX triplet: DC, 15 and 80. RGB value is (220,21,128). Sum of RGB (Red+Green+Blue) = 220+21+128=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1580 is #23EA7F. Grayscale: #5C5C5C. Windows color (decimal): -2353792 or 8394204. OLE color: 8394204.
HSL color Cylindrical-coordinate representation of color #DC1580: hue angle of 327.74º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1580 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 128 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.14 |
| HSL | 327.74º | 0.83% | 0.47% | - |
| HSV(B) | 327.74º | 0.9% | 0.86% | - |
| XYZ | 33.68 | 17.31 | 21.99 | - |
| YUV | 92.7 | 147.93 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 128 | 0 | 0.90 | 0.42 | 0.14 | 327.74 | 0.83 | 0.47 |
| Hex | DC | 15 | 80 | 0 | 5A | 2A | E | 148 | 53 | 2F |
| Octal | 334 | 25 | 200 | 0 | 132 | 52 | 16 | 510 | 123 | 57 |
| Binary | 11011100 | 10101 | 10000000 | 0 | 1011010 | 101010 | 1110 | 101001000 | 1010011 | 101111 |
Color Harmonies of #DC1580
Complementary color
Monochromatic Colors of #DC1580
Black with #DC1580
Text Example
Text Example
White with #DC1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1580; }
p { color: rgb(220,21,128); }
H1.HeaderClassName
{
color: #DC1580;
}
.AnyTagClassName
{
color: #DC1580;
}
</style>
background-color css
<style>
a { background-color: #DC1580; }
a { background-color: rgb(220,21,128); }
div.DivClassName
{
background-color: #DC1580;
}
.BgClassName
{
background-color: #DC1580;
}
</style>
border-color css
<style>
span { border-color: #DC1580; }
span { border-color: rgb(220,21,128); }
td.TdClassName
{
border-color: #DC1580;
}
.TagClassName
{
border-color: #DC1580;
}
</style>