Shades of Medium Violet Red #DC1B85
Tints of Medium Violet Red #DC1B85
RGB
CMYK
RGB Variations
Color information
#DC1B85 (or 0xDC1B85) is known color: Medium Violet Red. HEX triplet: DC, 1B and 85. RGB value is (220,27,133). Sum of RGB (Red+Green+Blue) = 220+27+133=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B85 is #23E47A. Grayscale: #606060. Windows color (decimal): -2352251 or 8723420. OLE color: 8723420.
HSL color Cylindrical-coordinate representation of color #DC1B85: hue angle of 327.05º 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 #DC1B85 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 133 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.14 |
| HSL | 327.05º | 0.78% | 0.48% | - |
| HSV(B) | 327.05º | 0.88% | 0.86% | - |
| XYZ | 34.14 | 17.69 | 23.81 | - |
| YUV | 96.79 | 148.44 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 133 | 0 | 0.88 | 0.40 | 0.14 | 327.05 | 0.78 | 0.48 |
| Hex | DC | 1B | 85 | 0 | 58 | 28 | E | 147 | 4E | 30 |
| Octal | 334 | 33 | 205 | 0 | 130 | 50 | 16 | 507 | 116 | 60 |
| Binary | 11011100 | 11011 | 10000101 | 0 | 1011000 | 101000 | 1110 | 101000111 | 1001110 | 110000 |
Color Harmonies of #DC1B85
Complementary color
Monochromatic Colors of #DC1B85
Black with #DC1B85
Text Example
Text Example
White with #DC1B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B85; }
p { color: rgb(220,27,133); }
H1.HeaderClassName
{
color: #DC1B85;
}
.AnyTagClassName
{
color: #DC1B85;
}
</style>
background-color css
<style>
a { background-color: #DC1B85; }
a { background-color: rgb(220,27,133); }
div.DivClassName
{
background-color: #DC1B85;
}
.BgClassName
{
background-color: #DC1B85;
}
</style>
border-color css
<style>
span { border-color: #DC1B85; }
span { border-color: rgb(220,27,133); }
td.TdClassName
{
border-color: #DC1B85;
}
.TagClassName
{
border-color: #DC1B85;
}
</style>