Shades of Medium Violet Red #DB0D7A
Tints of Medium Violet Red #DB0D7A
RGB
CMYK
RGB Variations
Color information
#DB0D7A (or 0xDB0D7A) is known color: Medium Violet Red. HEX triplet: DB, 0D and 7A. RGB value is (219,13,122). Sum of RGB (Red+Green+Blue) = 219+13+122=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0D7A is #24F285. Grayscale: #565656. Windows color (decimal): -2421382 or 7998939. OLE color: 7998939.
HSL color Cylindrical-coordinate representation of color #DB0D7A: hue angle of 328.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D7A is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 122 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.14 |
| HSL | 328.25º | 0.89% | 0.45% | - |
| HSV(B) | 328.25º | 0.94% | 0.86% | - |
| XYZ | 32.87 | 16.75 | 19.91 | - |
| YUV | 87.02 | 147.75 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 122 | 0 | 0.94 | 0.44 | 0.14 | 328.25 | 0.89 | 0.45 |
| Hex | DB | D | 7A | 0 | 5E | 2C | E | 148 | 59 | 2D |
| Octal | 333 | 15 | 172 | 0 | 136 | 54 | 16 | 510 | 131 | 55 |
| Binary | 11011011 | 1101 | 1111010 | 0 | 1011110 | 101100 | 1110 | 101001000 | 1011001 | 101101 |
Color Harmonies of #DB0D7A
Complementary color
Monochromatic Colors of #DB0D7A
Black with #DB0D7A
Text Example
Text Example
White with #DB0D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D7A; }
p { color: rgb(219,13,122); }
H1.HeaderClassName
{
color: #DB0D7A;
}
.AnyTagClassName
{
color: #DB0D7A;
}
</style>
background-color css
<style>
a { background-color: #DB0D7A; }
a { background-color: rgb(219,13,122); }
div.DivClassName
{
background-color: #DB0D7A;
}
.BgClassName
{
background-color: #DB0D7A;
}
</style>
border-color css
<style>
span { border-color: #DB0D7A; }
span { border-color: rgb(219,13,122); }
td.TdClassName
{
border-color: #DB0D7A;
}
.TagClassName
{
border-color: #DB0D7A;
}
</style>