Shades of Medium Violet Red #DC0488
Tints of Medium Violet Red #DC0488
RGB
CMYK
RGB Variations
Color information
#DC0488 (or 0xDC0488) is known color: Medium Violet Red. HEX triplet: DC, 04 and 88. RGB value is (220,4,136). Sum of RGB (Red+Green+Blue) = 220+4+136=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0488 is #23FB77. Grayscale: #535353. Windows color (decimal): -2358136 or 8914140. OLE color: 8914140.
HSL color Cylindrical-coordinate representation of color #DC0488: hue angle of 323.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0488 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.14 |
| HSL | 323.33º | 0.96% | 0.44% | - |
| HSV(B) | 323.33º | 0.98% | 0.86% | - |
| XYZ | 34 | 17.08 | 24.8 | - |
| YUV | 83.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 136 | 0 | 0.98 | 0.38 | 0.14 | 323.33 | 0.96 | 0.44 |
| Hex | DC | 4 | 88 | 0 | 62 | 26 | E | 143 | 60 | 2C |
| Octal | 334 | 4 | 210 | 0 | 142 | 46 | 16 | 503 | 140 | 54 |
| Binary | 11011100 | 100 | 10001000 | 0 | 1100010 | 100110 | 1110 | 101000011 | 1100000 | 101100 |
Color Harmonies of #DC0488
Complementary color
Monochromatic Colors of #DC0488
Black with #DC0488
Text Example
Text Example
White with #DC0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0488; }
p { color: rgb(220,4,136); }
H1.HeaderClassName
{
color: #DC0488;
}
.AnyTagClassName
{
color: #DC0488;
}
</style>
background-color css
<style>
a { background-color: #DC0488; }
a { background-color: rgb(220,4,136); }
div.DivClassName
{
background-color: #DC0488;
}
.BgClassName
{
background-color: #DC0488;
}
</style>
border-color css
<style>
span { border-color: #DC0488; }
span { border-color: rgb(220,4,136); }
td.TdClassName
{
border-color: #DC0488;
}
.TagClassName
{
border-color: #DC0488;
}
</style>