Shades of Medium Violet Red #DC0788
Tints of Medium Violet Red #DC0788
RGB
CMYK
RGB Variations
Color information
#DC0788 (or 0xDC0788) is known color: Medium Violet Red. HEX triplet: DC, 07 and 88. RGB value is (220,7,136). Sum of RGB (Red+Green+Blue) = 220+7+136=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0788 is #23F877. Grayscale: #555555. Windows color (decimal): -2357368 or 8914908. OLE color: 8914908.
HSL color Cylindrical-coordinate representation of color #DC0788: hue angle of 323.66º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0788 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.14 |
| HSL | 323.66º | 0.94% | 0.45% | - |
| HSV(B) | 323.66º | 0.97% | 0.86% | - |
| XYZ | 34.04 | 17.15 | 24.81 | - |
| YUV | 85.39 | 156.57 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 136 | 0 | 0.97 | 0.38 | 0.14 | 323.66 | 0.94 | 0.45 |
| Hex | DC | 7 | 88 | 0 | 61 | 26 | E | 144 | 5E | 2D |
| Octal | 334 | 7 | 210 | 0 | 141 | 46 | 16 | 504 | 136 | 55 |
| Binary | 11011100 | 111 | 10001000 | 0 | 1100001 | 100110 | 1110 | 101000100 | 1011110 | 101101 |
Color Harmonies of #DC0788
Complementary color
Monochromatic Colors of #DC0788
Black with #DC0788
Text Example
Text Example
White with #DC0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0788; }
p { color: rgb(220,7,136); }
H1.HeaderClassName
{
color: #DC0788;
}
.AnyTagClassName
{
color: #DC0788;
}
</style>
background-color css
<style>
a { background-color: #DC0788; }
a { background-color: rgb(220,7,136); }
div.DivClassName
{
background-color: #DC0788;
}
.BgClassName
{
background-color: #DC0788;
}
</style>
border-color css
<style>
span { border-color: #DC0788; }
span { border-color: rgb(220,7,136); }
td.TdClassName
{
border-color: #DC0788;
}
.TagClassName
{
border-color: #DC0788;
}
</style>