Shades of Medium Violet Red #DC1484
Tints of Medium Violet Red #DC1484
RGB
CMYK
RGB Variations
Color information
#DC1484 (or 0xDC1484) is known color: Medium Violet Red. HEX triplet: DC, 14 and 84. RGB value is (220,20,132). Sum of RGB (Red+Green+Blue) = 220+20+132=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1484 is #23EB7B. Grayscale: #5C5C5C. Windows color (decimal): -2354044 or 8656092. OLE color: 8656092.
HSL color Cylindrical-coordinate representation of color #DC1484: hue angle of 326.4º 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 #DC1484 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 132 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.14 |
| HSL | 326.4º | 0.83% | 0.47% | - |
| HSV(B) | 326.4º | 0.91% | 0.86% | - |
| XYZ | 33.93 | 17.38 | 23.4 | - |
| YUV | 92.57 | 150.26 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 132 | 0 | 0.91 | 0.40 | 0.14 | 326.4 | 0.83 | 0.47 |
| Hex | DC | 14 | 84 | 0 | 5B | 28 | E | 146 | 53 | 2F |
| Octal | 334 | 24 | 204 | 0 | 133 | 50 | 16 | 506 | 123 | 57 |
| Binary | 11011100 | 10100 | 10000100 | 0 | 1011011 | 101000 | 1110 | 101000110 | 1010011 | 101111 |
Color Harmonies of #DC1484
Complementary color
Monochromatic Colors of #DC1484
Black with #DC1484
Text Example
Text Example
White with #DC1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1484; }
p { color: rgb(220,20,132); }
H1.HeaderClassName
{
color: #DC1484;
}
.AnyTagClassName
{
color: #DC1484;
}
</style>
background-color css
<style>
a { background-color: #DC1484; }
a { background-color: rgb(220,20,132); }
div.DivClassName
{
background-color: #DC1484;
}
.BgClassName
{
background-color: #DC1484;
}
</style>
border-color css
<style>
span { border-color: #DC1484; }
span { border-color: rgb(220,20,132); }
td.TdClassName
{
border-color: #DC1484;
}
.TagClassName
{
border-color: #DC1484;
}
</style>