Shades of Medium Violet Red #DC1679
Tints of Medium Violet Red #DC1679
RGB
CMYK
RGB Variations
Color information
#DC1679 (or 0xDC1679) is known color: Medium Violet Red. HEX triplet: DC, 16 and 79. RGB value is (220,22,121). Sum of RGB (Red+Green+Blue) = 220+22+121=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1679 is #23E986. Grayscale: #5C5C5C. Windows color (decimal): -2353543 or 7935708. OLE color: 7935708.
HSL color Cylindrical-coordinate representation of color #DC1679: hue angle of 330º degrees, saturation: 0.82, 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 #DC1679 is Cyan = 0, Magento = 0.9, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 121 | - |
| CMYK | 0 | 0.9 | 0.45 | 0.14 |
| HSL | 330º | 0.82% | 0.47% | - |
| HSV(B) | 330º | 0.9% | 0.86% | - |
| XYZ | 33.25 | 17.17 | 19.65 | - |
| YUV | 92.49 | 144.1 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 121 | 0 | 0.9 | 0.45 | 0.14 | 330 | 0.82 | 0.47 |
| Hex | DC | 16 | 79 | 0 | 5A | 2D | E | 14A | 52 | 2F |
| Octal | 334 | 26 | 171 | 0 | 132 | 55 | 16 | 512 | 122 | 57 |
| Binary | 11011100 | 10110 | 1111001 | 0 | 1011010 | 101101 | 1110 | 101001010 | 1010010 | 101111 |
Color Harmonies of #DC1679
Complementary color
Monochromatic Colors of #DC1679
Black with #DC1679
Text Example
Text Example
White with #DC1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1679; }
p { color: rgb(220,22,121); }
H1.HeaderClassName
{
color: #DC1679;
}
.AnyTagClassName
{
color: #DC1679;
}
</style>
background-color css
<style>
a { background-color: #DC1679; }
a { background-color: rgb(220,22,121); }
div.DivClassName
{
background-color: #DC1679;
}
.BgClassName
{
background-color: #DC1679;
}
</style>
border-color css
<style>
span { border-color: #DC1679; }
span { border-color: rgb(220,22,121); }
td.TdClassName
{
border-color: #DC1679;
}
.TagClassName
{
border-color: #DC1679;
}
</style>