Shades of Medium Violet Red #DC1BA0
Tints of Medium Violet Red #DC1BA0
RGB
CMYK
RGB Variations
Color information
#DC1BA0 (or 0xDC1BA0) is known color: Medium Violet Red. HEX triplet: DC, 1B and A0. RGB value is (220,27,160). Sum of RGB (Red+Green+Blue) = 220+27+160=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1BA0 is #23E45F. Grayscale: #636363. Windows color (decimal): -2352224 or 10492892. OLE color: 10492892.
HSL color Cylindrical-coordinate representation of color #DC1BA0: hue angle of 318.65º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1BA0 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 160 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.14 |
| HSL | 318.65º | 0.78% | 0.48% | - |
| HSV(B) | 318.65º | 0.88% | 0.86% | - |
| XYZ | 36.25 | 18.54 | 34.93 | - |
| YUV | 99.87 | 161.94 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 160 | 0 | 0.88 | 0.27 | 0.14 | 318.65 | 0.78 | 0.48 |
| Hex | DC | 1B | A0 | 0 | 58 | 1B | E | 13F | 4E | 30 |
| Octal | 334 | 33 | 240 | 0 | 130 | 33 | 16 | 477 | 116 | 60 |
| Binary | 11011100 | 11011 | 10100000 | 0 | 1011000 | 11011 | 1110 | 100111111 | 1001110 | 110000 |
Color Harmonies of #DC1BA0
Complementary color
Monochromatic Colors of #DC1BA0
Black with #DC1BA0
Text Example
Text Example
White with #DC1BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BA0; }
p { color: rgb(220,27,160); }
H1.HeaderClassName
{
color: #DC1BA0;
}
.AnyTagClassName
{
color: #DC1BA0;
}
</style>
background-color css
<style>
a { background-color: #DC1BA0; }
a { background-color: rgb(220,27,160); }
div.DivClassName
{
background-color: #DC1BA0;
}
.BgClassName
{
background-color: #DC1BA0;
}
</style>
border-color css
<style>
span { border-color: #DC1BA0; }
span { border-color: rgb(220,27,160); }
td.TdClassName
{
border-color: #DC1BA0;
}
.TagClassName
{
border-color: #DC1BA0;
}
</style>