Shades of Medium Violet Red #DC0880
Tints of Medium Violet Red #DC0880
RGB
CMYK
RGB Variations
Color information
#DC0880 (or 0xDC0880) is known color: Medium Violet Red. HEX triplet: DC, 08 and 80. RGB value is (220,8,128). Sum of RGB (Red+Green+Blue) = 220+8+128=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0880 is #23F77F. Grayscale: #545454. Windows color (decimal): -2357120 or 8390876. OLE color: 8390876.
HSL color Cylindrical-coordinate representation of color #DC0880: hue angle of 326.04º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0880 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.14 |
| HSL | 326.04º | 0.93% | 0.45% | - |
| HSV(B) | 326.04º | 0.96% | 0.86% | - |
| XYZ | 33.5 | 16.95 | 21.93 | - |
| YUV | 85.07 | 152.24 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 128 | 0 | 0.96 | 0.42 | 0.14 | 326.04 | 0.93 | 0.45 |
| Hex | DC | 8 | 80 | 0 | 60 | 2A | E | 146 | 5D | 2D |
| Octal | 334 | 10 | 200 | 0 | 140 | 52 | 16 | 506 | 135 | 55 |
| Binary | 11011100 | 1000 | 10000000 | 0 | 1100000 | 101010 | 1110 | 101000110 | 1011101 | 101101 |
Color Harmonies of #DC0880
Complementary color
Monochromatic Colors of #DC0880
Black with #DC0880
Text Example
Text Example
White with #DC0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0880; }
p { color: rgb(220,8,128); }
H1.HeaderClassName
{
color: #DC0880;
}
.AnyTagClassName
{
color: #DC0880;
}
</style>
background-color css
<style>
a { background-color: #DC0880; }
a { background-color: rgb(220,8,128); }
div.DivClassName
{
background-color: #DC0880;
}
.BgClassName
{
background-color: #DC0880;
}
</style>
border-color css
<style>
span { border-color: #DC0880; }
span { border-color: rgb(220,8,128); }
td.TdClassName
{
border-color: #DC0880;
}
.TagClassName
{
border-color: #DC0880;
}
</style>