Shades of Medium Violet Red #DC0B90
Tints of Medium Violet Red #DC0B90
RGB
CMYK
RGB Variations
Color information
#DC0B90 (or 0xDC0B90) is known color: Medium Violet Red. HEX triplet: DC, 0B and 90. RGB value is (220,11,144). Sum of RGB (Red+Green+Blue) = 220+11+144=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0B90 is #23F46F. Grayscale: #585858. Windows color (decimal): -2356336 or 9440220. OLE color: 9440220.
HSL color Cylindrical-coordinate representation of color #DC0B90: hue angle of 321.82º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B90 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 144 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.14 |
| HSL | 321.82º | 0.9% | 0.45% | - |
| HSV(B) | 321.82º | 0.95% | 0.86% | - |
| XYZ | 34.67 | 17.47 | 27.93 | - |
| YUV | 88.65 | 159.24 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 144 | 0 | 0.95 | 0.35 | 0.14 | 321.82 | 0.9 | 0.45 |
| Hex | DC | B | 90 | 0 | 5F | 23 | E | 142 | 5A | 2D |
| Octal | 334 | 13 | 220 | 0 | 137 | 43 | 16 | 502 | 132 | 55 |
| Binary | 11011100 | 1011 | 10010000 | 0 | 1011111 | 100011 | 1110 | 101000010 | 1011010 | 101101 |
Color Harmonies of #DC0B90
Complementary color
Monochromatic Colors of #DC0B90
Black with #DC0B90
Text Example
Text Example
White with #DC0B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B90; }
p { color: rgb(220,11,144); }
H1.HeaderClassName
{
color: #DC0B90;
}
.AnyTagClassName
{
color: #DC0B90;
}
</style>
background-color css
<style>
a { background-color: #DC0B90; }
a { background-color: rgb(220,11,144); }
div.DivClassName
{
background-color: #DC0B90;
}
.BgClassName
{
background-color: #DC0B90;
}
</style>
border-color css
<style>
span { border-color: #DC0B90; }
span { border-color: rgb(220,11,144); }
td.TdClassName
{
border-color: #DC0B90;
}
.TagClassName
{
border-color: #DC0B90;
}
</style>