Shades of Medium Violet Red #DC1487
Tints of Medium Violet Red #DC1487
RGB
CMYK
RGB Variations
Color information
#DC1487 (or 0xDC1487) is known color: Medium Violet Red. HEX triplet: DC, 14 and 87. RGB value is (220,20,135). Sum of RGB (Red+Green+Blue) = 220+20+135=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1487 is #23EB78. Grayscale: #5C5C5C. Windows color (decimal): -2354041 or 8852700. OLE color: 8852700.
HSL color Cylindrical-coordinate representation of color #DC1487: hue angle of 325.5º degrees, saturation: 0.83, 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 #DC1487 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 135 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.14 |
| HSL | 325.5º | 0.83% | 0.47% | - |
| HSV(B) | 325.5º | 0.91% | 0.86% | - |
| XYZ | 34.14 | 17.47 | 24.49 | - |
| YUV | 92.91 | 151.76 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 135 | 0 | 0.91 | 0.39 | 0.14 | 325.5 | 0.83 | 0.47 |
| Hex | DC | 14 | 87 | 0 | 5B | 27 | E | 146 | 53 | 2F |
| Octal | 334 | 24 | 207 | 0 | 133 | 47 | 16 | 506 | 123 | 57 |
| Binary | 11011100 | 10100 | 10000111 | 0 | 1011011 | 100111 | 1110 | 101000110 | 1010011 | 101111 |
Color Harmonies of #DC1487
Complementary color
Monochromatic Colors of #DC1487
Black with #DC1487
Text Example
Text Example
White with #DC1487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1487; }
p { color: rgb(220,20,135); }
H1.HeaderClassName
{
color: #DC1487;
}
.AnyTagClassName
{
color: #DC1487;
}
</style>
background-color css
<style>
a { background-color: #DC1487; }
a { background-color: rgb(220,20,135); }
div.DivClassName
{
background-color: #DC1487;
}
.BgClassName
{
background-color: #DC1487;
}
</style>
border-color css
<style>
span { border-color: #DC1487; }
span { border-color: rgb(220,20,135); }
td.TdClassName
{
border-color: #DC1487;
}
.TagClassName
{
border-color: #DC1487;
}
</style>