Shades of Medium Violet Red #DC0388
Tints of Medium Violet Red #DC0388
RGB
CMYK
RGB Variations
Color information
#DC0388 (or 0xDC0388) is known color: Medium Violet Red. HEX triplet: DC, 03 and 88. RGB value is (220,3,136). Sum of RGB (Red+Green+Blue) = 220+3+136=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0388 is #23FC77. Grayscale: #525252. Windows color (decimal): -2358392 or 8913884. OLE color: 8913884.
HSL color Cylindrical-coordinate representation of color #DC0388: hue angle of 323.23º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0388 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.14 |
| HSL | 323.23º | 0.97% | 0.44% | - |
| HSV(B) | 323.23º | 0.99% | 0.86% | - |
| XYZ | 33.99 | 17.06 | 24.79 | - |
| YUV | 83.05 | 157.89 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 136 | 0 | 0.99 | 0.38 | 0.14 | 323.23 | 0.97 | 0.44 |
| Hex | DC | 3 | 88 | 0 | 63 | 26 | E | 143 | 61 | 2C |
| Octal | 334 | 3 | 210 | 0 | 143 | 46 | 16 | 503 | 141 | 54 |
| Binary | 11011100 | 11 | 10001000 | 0 | 1100011 | 100110 | 1110 | 101000011 | 1100001 | 101100 |
Color Harmonies of #DC0388
Complementary color
Monochromatic Colors of #DC0388
Black with #DC0388
Text Example
Text Example
White with #DC0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0388; }
p { color: rgb(220,3,136); }
H1.HeaderClassName
{
color: #DC0388;
}
.AnyTagClassName
{
color: #DC0388;
}
</style>
background-color css
<style>
a { background-color: #DC0388; }
a { background-color: rgb(220,3,136); }
div.DivClassName
{
background-color: #DC0388;
}
.BgClassName
{
background-color: #DC0388;
}
</style>
border-color css
<style>
span { border-color: #DC0388; }
span { border-color: rgb(220,3,136); }
td.TdClassName
{
border-color: #DC0388;
}
.TagClassName
{
border-color: #DC0388;
}
</style>