Shades of Medium Violet Red #DC0B7A
Tints of Medium Violet Red #DC0B7A
RGB
CMYK
RGB Variations
Color information
#DC0B7A (or 0xDC0B7A) is known color: Medium Violet Red. HEX triplet: DC, 0B and 7A. RGB value is (220,11,122). Sum of RGB (Red+Green+Blue) = 220+11+122=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B7A is #23F485. Grayscale: #555555. Windows color (decimal): -2356358 or 7998428. OLE color: 7998428.
HSL color Cylindrical-coordinate representation of color #DC0B7A: hue angle of 328.13º 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 #DC0B7A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 122 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.14 |
| HSL | 328.13º | 0.9% | 0.45% | - |
| HSV(B) | 328.13º | 0.95% | 0.86% | - |
| XYZ | 33.15 | 16.86 | 19.92 | - |
| YUV | 86.15 | 148.24 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 122 | 0 | 0.95 | 0.45 | 0.14 | 328.13 | 0.9 | 0.45 |
| Hex | DC | B | 7A | 0 | 5F | 2D | E | 148 | 5A | 2D |
| Octal | 334 | 13 | 172 | 0 | 137 | 55 | 16 | 510 | 132 | 55 |
| Binary | 11011100 | 1011 | 1111010 | 0 | 1011111 | 101101 | 1110 | 101001000 | 1011010 | 101101 |
Color Harmonies of #DC0B7A
Complementary color
Monochromatic Colors of #DC0B7A
Black with #DC0B7A
Text Example
Text Example
White with #DC0B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B7A; }
p { color: rgb(220,11,122); }
H1.HeaderClassName
{
color: #DC0B7A;
}
.AnyTagClassName
{
color: #DC0B7A;
}
</style>
background-color css
<style>
a { background-color: #DC0B7A; }
a { background-color: rgb(220,11,122); }
div.DivClassName
{
background-color: #DC0B7A;
}
.BgClassName
{
background-color: #DC0B7A;
}
</style>
border-color css
<style>
span { border-color: #DC0B7A; }
span { border-color: rgb(220,11,122); }
td.TdClassName
{
border-color: #DC0B7A;
}
.TagClassName
{
border-color: #DC0B7A;
}
</style>