Shades of Medium Violet Red #DC1579
Tints of Medium Violet Red #DC1579
RGB
CMYK
RGB Variations
Color information
#DC1579 (or 0xDC1579) is known color: Medium Violet Red. HEX triplet: DC, 15 and 79. RGB value is (220,21,121). Sum of RGB (Red+Green+Blue) = 220+21+121=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1579 is #23EA86. Grayscale: #5B5B5B. Windows color (decimal): -2353799 or 7935452. OLE color: 7935452.
HSL color Cylindrical-coordinate representation of color #DC1579: hue angle of 329.85º 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 #DC1579 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 121 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.14 |
| HSL | 329.85º | 0.83% | 0.47% | - |
| HSV(B) | 329.85º | 0.9% | 0.86% | - |
| XYZ | 33.23 | 17.13 | 19.64 | - |
| YUV | 91.9 | 144.43 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 121 | 0 | 0.90 | 0.45 | 0.14 | 329.85 | 0.83 | 0.47 |
| Hex | DC | 15 | 79 | 0 | 5A | 2D | E | 14A | 53 | 2F |
| Octal | 334 | 25 | 171 | 0 | 132 | 55 | 16 | 512 | 123 | 57 |
| Binary | 11011100 | 10101 | 1111001 | 0 | 1011010 | 101101 | 1110 | 101001010 | 1010011 | 101111 |
Color Harmonies of #DC1579
Complementary color
Monochromatic Colors of #DC1579
Black with #DC1579
Text Example
Text Example
White with #DC1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1579; }
p { color: rgb(220,21,121); }
H1.HeaderClassName
{
color: #DC1579;
}
.AnyTagClassName
{
color: #DC1579;
}
</style>
background-color css
<style>
a { background-color: #DC1579; }
a { background-color: rgb(220,21,121); }
div.DivClassName
{
background-color: #DC1579;
}
.BgClassName
{
background-color: #DC1579;
}
</style>
border-color css
<style>
span { border-color: #DC1579; }
span { border-color: rgb(220,21,121); }
td.TdClassName
{
border-color: #DC1579;
}
.TagClassName
{
border-color: #DC1579;
}
</style>