Shades of Medium Violet Red #DC1784
Tints of Medium Violet Red #DC1784
RGB
CMYK
RGB Variations
Color information
#DC1784 (or 0xDC1784) is known color: Medium Violet Red. HEX triplet: DC, 17 and 84. RGB value is (220,23,132). Sum of RGB (Red+Green+Blue) = 220+23+132=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1784 is #23E87B. Grayscale: #5E5E5E. Windows color (decimal): -2353276 or 8656860. OLE color: 8656860.
HSL color Cylindrical-coordinate representation of color #DC1784: hue angle of 326.8º 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 #DC1784 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 132 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.14 |
| HSL | 326.8º | 0.81% | 0.48% | - |
| HSV(B) | 326.8º | 0.9% | 0.86% | - |
| XYZ | 33.99 | 17.49 | 23.42 | - |
| YUV | 94.33 | 149.27 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 132 | 0 | 0.90 | 0.40 | 0.14 | 326.8 | 0.81 | 0.48 |
| Hex | DC | 17 | 84 | 0 | 5A | 28 | E | 147 | 51 | 30 |
| Octal | 334 | 27 | 204 | 0 | 132 | 50 | 16 | 507 | 121 | 60 |
| Binary | 11011100 | 10111 | 10000100 | 0 | 1011010 | 101000 | 1110 | 101000111 | 1010001 | 110000 |
Color Harmonies of #DC1784
Complementary color
Monochromatic Colors of #DC1784
Black with #DC1784
Text Example
Text Example
White with #DC1784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1784; }
p { color: rgb(220,23,132); }
H1.HeaderClassName
{
color: #DC1784;
}
.AnyTagClassName
{
color: #DC1784;
}
</style>
background-color css
<style>
a { background-color: #DC1784; }
a { background-color: rgb(220,23,132); }
div.DivClassName
{
background-color: #DC1784;
}
.BgClassName
{
background-color: #DC1784;
}
</style>
border-color css
<style>
span { border-color: #DC1784; }
span { border-color: rgb(220,23,132); }
td.TdClassName
{
border-color: #DC1784;
}
.TagClassName
{
border-color: #DC1784;
}
</style>