Shades of Medium Violet Red #DB037A
Tints of Medium Violet Red #DB037A
RGB
CMYK
RGB Variations
Color information
#DB037A (or 0xDB037A) is known color: Medium Violet Red. HEX triplet: DB, 03 and 7A. RGB value is (219,3,122). Sum of RGB (Red+Green+Blue) = 219+3+122=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB037A is #24FC85. Grayscale: #505050. Windows color (decimal): -2423942 or 7996379. OLE color: 7996379.
HSL color Cylindrical-coordinate representation of color #DB037A: hue angle of 326.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB037A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.14 |
| HSL | 326.94º | 0.97% | 0.44% | - |
| HSV(B) | 326.94º | 0.99% | 0.86% | - |
| XYZ | 32.76 | 16.53 | 19.88 | - |
| YUV | 81.15 | 151.06 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 122 | 0 | 0.99 | 0.44 | 0.14 | 326.94 | 0.97 | 0.44 |
| Hex | DB | 3 | 7A | 0 | 63 | 2C | E | 147 | 61 | 2C |
| Octal | 333 | 3 | 172 | 0 | 143 | 54 | 16 | 507 | 141 | 54 |
| Binary | 11011011 | 11 | 1111010 | 0 | 1100011 | 101100 | 1110 | 101000111 | 1100001 | 101100 |
Color Harmonies of #DB037A
Complementary color
Monochromatic Colors of #DB037A
Black with #DB037A
Text Example
Text Example
White with #DB037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB037A; }
p { color: rgb(219,3,122); }
H1.HeaderClassName
{
color: #DB037A;
}
.AnyTagClassName
{
color: #DB037A;
}
</style>
background-color css
<style>
a { background-color: #DB037A; }
a { background-color: rgb(219,3,122); }
div.DivClassName
{
background-color: #DB037A;
}
.BgClassName
{
background-color: #DB037A;
}
</style>
border-color css
<style>
span { border-color: #DB037A; }
span { border-color: rgb(219,3,122); }
td.TdClassName
{
border-color: #DB037A;
}
.TagClassName
{
border-color: #DB037A;
}
</style>