Shades of Medium Violet Red #DC1B96
Tints of Medium Violet Red #DC1B96
RGB
CMYK
RGB Variations
Color information
#DC1B96 (or 0xDC1B96) is known color: Medium Violet Red. HEX triplet: DC, 1B and 96. RGB value is (220,27,150). Sum of RGB (Red+Green+Blue) = 220+27+150=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1B96 is #23E469. Grayscale: #626262. Windows color (decimal): -2352234 or 9837532. OLE color: 9837532.
HSL color Cylindrical-coordinate representation of color #DC1B96: hue angle of 321.76º 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 #DC1B96 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 150 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.14 |
| HSL | 321.76º | 0.78% | 0.48% | - |
| HSV(B) | 321.76º | 0.88% | 0.86% | - |
| XYZ | 35.41 | 18.2 | 30.5 | - |
| YUV | 98.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 150 | 0 | 0.88 | 0.32 | 0.14 | 321.76 | 0.78 | 0.48 |
| Hex | DC | 1B | 96 | 0 | 58 | 20 | E | 142 | 4E | 30 |
| Octal | 334 | 33 | 226 | 0 | 130 | 40 | 16 | 502 | 116 | 60 |
| Binary | 11011100 | 11011 | 10010110 | 0 | 1011000 | 100000 | 1110 | 101000010 | 1001110 | 110000 |
Color Harmonies of #DC1B96
Complementary color
Monochromatic Colors of #DC1B96
Black with #DC1B96
Text Example
Text Example
White with #DC1B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B96; }
p { color: rgb(220,27,150); }
H1.HeaderClassName
{
color: #DC1B96;
}
.AnyTagClassName
{
color: #DC1B96;
}
</style>
background-color css
<style>
a { background-color: #DC1B96; }
a { background-color: rgb(220,27,150); }
div.DivClassName
{
background-color: #DC1B96;
}
.BgClassName
{
background-color: #DC1B96;
}
</style>
border-color css
<style>
span { border-color: #DC1B96; }
span { border-color: rgb(220,27,150); }
td.TdClassName
{
border-color: #DC1B96;
}
.TagClassName
{
border-color: #DC1B96;
}
</style>