Shades of Medium Violet Red #DC1387
Tints of Medium Violet Red #DC1387
RGB
CMYK
RGB Variations
Color information
#DC1387 (or 0xDC1387) is known color: Medium Violet Red. HEX triplet: DC, 13 and 87. RGB value is (220,19,135). Sum of RGB (Red+Green+Blue) = 220+19+135=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1387 is #23EC78. Grayscale: #5C5C5C. Windows color (decimal): -2354297 or 8852444. OLE color: 8852444.
HSL color Cylindrical-coordinate representation of color #DC1387: hue angle of 325.37º 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 #DC1387 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 135 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.14 |
| HSL | 325.37º | 0.84% | 0.47% | - |
| HSV(B) | 325.37º | 0.91% | 0.86% | - |
| XYZ | 34.12 | 17.43 | 24.49 | - |
| YUV | 92.32 | 152.09 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 135 | 0 | 0.91 | 0.39 | 0.14 | 325.37 | 0.84 | 0.47 |
| Hex | DC | 13 | 87 | 0 | 5B | 27 | E | 145 | 54 | 2F |
| Octal | 334 | 23 | 207 | 0 | 133 | 47 | 16 | 505 | 124 | 57 |
| Binary | 11011100 | 10011 | 10000111 | 0 | 1011011 | 100111 | 1110 | 101000101 | 1010100 | 101111 |
Color Harmonies of #DC1387
Complementary color
Monochromatic Colors of #DC1387
Black with #DC1387
Text Example
Text Example
White with #DC1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1387; }
p { color: rgb(220,19,135); }
H1.HeaderClassName
{
color: #DC1387;
}
.AnyTagClassName
{
color: #DC1387;
}
</style>
background-color css
<style>
a { background-color: #DC1387; }
a { background-color: rgb(220,19,135); }
div.DivClassName
{
background-color: #DC1387;
}
.BgClassName
{
background-color: #DC1387;
}
</style>
border-color css
<style>
span { border-color: #DC1387; }
span { border-color: rgb(220,19,135); }
td.TdClassName
{
border-color: #DC1387;
}
.TagClassName
{
border-color: #DC1387;
}
</style>