Shades of Medium Violet Red #DC1388
Tints of Medium Violet Red #DC1388
RGB
CMYK
RGB Variations
Color information
#DC1388 (or 0xDC1388) is known color: Medium Violet Red. HEX triplet: DC, 13 and 88. RGB value is (220,19,136). Sum of RGB (Red+Green+Blue) = 220+19+136=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1388 is #23EC77. Grayscale: #5C5C5C. Windows color (decimal): -2354296 or 8917980. OLE color: 8917980.
HSL color Cylindrical-coordinate representation of color #DC1388: hue angle of 325.07º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1388 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 136 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.14 |
| HSL | 325.07º | 0.84% | 0.47% | - |
| HSV(B) | 325.07º | 0.91% | 0.86% | - |
| XYZ | 34.19 | 17.46 | 24.86 | - |
| YUV | 92.44 | 152.59 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 136 | 0 | 0.91 | 0.38 | 0.14 | 325.07 | 0.84 | 0.47 |
| Hex | DC | 13 | 88 | 0 | 5B | 26 | E | 145 | 54 | 2F |
| Octal | 334 | 23 | 210 | 0 | 133 | 46 | 16 | 505 | 124 | 57 |
| Binary | 11011100 | 10011 | 10001000 | 0 | 1011011 | 100110 | 1110 | 101000101 | 1010100 | 101111 |
Color Harmonies of #DC1388
Complementary color
Monochromatic Colors of #DC1388
Black with #DC1388
Text Example
Text Example
White with #DC1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1388; }
p { color: rgb(220,19,136); }
H1.HeaderClassName
{
color: #DC1388;
}
.AnyTagClassName
{
color: #DC1388;
}
</style>
background-color css
<style>
a { background-color: #DC1388; }
a { background-color: rgb(220,19,136); }
div.DivClassName
{
background-color: #DC1388;
}
.BgClassName
{
background-color: #DC1388;
}
</style>
border-color css
<style>
span { border-color: #DC1388; }
span { border-color: rgb(220,19,136); }
td.TdClassName
{
border-color: #DC1388;
}
.TagClassName
{
border-color: #DC1388;
}
</style>