Shades of Medium Violet Red #DC1380
Tints of Medium Violet Red #DC1380
RGB
CMYK
RGB Variations
Color information
#DC1380 (or 0xDC1380) is known color: Medium Violet Red. HEX triplet: DC, 13 and 80. RGB value is (220,19,128). Sum of RGB (Red+Green+Blue) = 220+19+128=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1380 is #23EC7F. Grayscale: #5B5B5B. Windows color (decimal): -2354304 or 8393692. OLE color: 8393692.
HSL color Cylindrical-coordinate representation of color #DC1380: hue angle of 327.46º degrees, saturation: 0.84, 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 #DC1380 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 128 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.14 |
| HSL | 327.46º | 0.84% | 0.47% | - |
| HSV(B) | 327.46º | 0.91% | 0.86% | - |
| XYZ | 33.64 | 17.24 | 21.98 | - |
| YUV | 91.53 | 148.59 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 128 | 0 | 0.91 | 0.42 | 0.14 | 327.46 | 0.84 | 0.47 |
| Hex | DC | 13 | 80 | 0 | 5B | 2A | E | 147 | 54 | 2F |
| Octal | 334 | 23 | 200 | 0 | 133 | 52 | 16 | 507 | 124 | 57 |
| Binary | 11011100 | 10011 | 10000000 | 0 | 1011011 | 101010 | 1110 | 101000111 | 1010100 | 101111 |
Color Harmonies of #DC1380
Complementary color
Monochromatic Colors of #DC1380
Black with #DC1380
Text Example
Text Example
White with #DC1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1380; }
p { color: rgb(220,19,128); }
H1.HeaderClassName
{
color: #DC1380;
}
.AnyTagClassName
{
color: #DC1380;
}
</style>
background-color css
<style>
a { background-color: #DC1380; }
a { background-color: rgb(220,19,128); }
div.DivClassName
{
background-color: #DC1380;
}
.BgClassName
{
background-color: #DC1380;
}
</style>
border-color css
<style>
span { border-color: #DC1380; }
span { border-color: rgb(220,19,128); }
td.TdClassName
{
border-color: #DC1380;
}
.TagClassName
{
border-color: #DC1380;
}
</style>