Shades of Medium Violet Red #DC1489
Tints of Medium Violet Red #DC1489
RGB
CMYK
RGB Variations
Color information
#DC1489 (or 0xDC1489) is known color: Medium Violet Red. HEX triplet: DC, 14 and 89. RGB value is (220,20,137). Sum of RGB (Red+Green+Blue) = 220+20+137=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1489 is #23EB76. Grayscale: #5C5C5C. Windows color (decimal): -2354039 or 8983772. OLE color: 8983772.
HSL color Cylindrical-coordinate representation of color #DC1489: hue angle of 324.9º 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 #DC1489 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 137 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.14 |
| HSL | 324.9º | 0.83% | 0.47% | - |
| HSV(B) | 324.9º | 0.91% | 0.86% | - |
| XYZ | 34.28 | 17.52 | 25.24 | - |
| YUV | 93.14 | 152.76 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 137 | 0 | 0.91 | 0.38 | 0.14 | 324.9 | 0.83 | 0.47 |
| Hex | DC | 14 | 89 | 0 | 5B | 26 | E | 145 | 53 | 2F |
| Octal | 334 | 24 | 211 | 0 | 133 | 46 | 16 | 505 | 123 | 57 |
| Binary | 11011100 | 10100 | 10001001 | 0 | 1011011 | 100110 | 1110 | 101000101 | 1010011 | 101111 |
Color Harmonies of #DC1489
Complementary color
Monochromatic Colors of #DC1489
Black with #DC1489
Text Example
Text Example
White with #DC1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1489; }
p { color: rgb(220,20,137); }
H1.HeaderClassName
{
color: #DC1489;
}
.AnyTagClassName
{
color: #DC1489;
}
</style>
background-color css
<style>
a { background-color: #DC1489; }
a { background-color: rgb(220,20,137); }
div.DivClassName
{
background-color: #DC1489;
}
.BgClassName
{
background-color: #DC1489;
}
</style>
border-color css
<style>
span { border-color: #DC1489; }
span { border-color: rgb(220,20,137); }
td.TdClassName
{
border-color: #DC1489;
}
.TagClassName
{
border-color: #DC1489;
}
</style>