Shades of Medium Violet Red #DB037D
Tints of Medium Violet Red #DB037D
RGB
CMYK
RGB Variations
Color information
#DB037D (or 0xDB037D) is known color: Medium Violet Red. HEX triplet: DB, 03 and 7D. RGB value is (219,3,125). Sum of RGB (Red+Green+Blue) = 219+3+125=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB037D is #24FC82. Grayscale: #515151. Windows color (decimal): -2423939 or 8192987. OLE color: 8192987.
HSL color Cylindrical-coordinate representation of color #DB037D: hue angle of 326.11º 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 #DB037D is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.14 |
| HSL | 326.11º | 0.97% | 0.44% | - |
| HSV(B) | 326.11º | 0.99% | 0.86% | - |
| XYZ | 32.95 | 16.61 | 20.87 | - |
| YUV | 81.49 | 152.56 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 125 | 0 | 0.99 | 0.43 | 0.14 | 326.11 | 0.97 | 0.44 |
| Hex | DB | 3 | 7D | 0 | 63 | 2B | E | 146 | 61 | 2C |
| Octal | 333 | 3 | 175 | 0 | 143 | 53 | 16 | 506 | 141 | 54 |
| Binary | 11011011 | 11 | 1111101 | 0 | 1100011 | 101011 | 1110 | 101000110 | 1100001 | 101100 |
Color Harmonies of #DB037D
Complementary color
Monochromatic Colors of #DB037D
Black with #DB037D
Text Example
Text Example
White with #DB037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB037D; }
p { color: rgb(219,3,125); }
H1.HeaderClassName
{
color: #DB037D;
}
.AnyTagClassName
{
color: #DB037D;
}
</style>
background-color css
<style>
a { background-color: #DB037D; }
a { background-color: rgb(219,3,125); }
div.DivClassName
{
background-color: #DB037D;
}
.BgClassName
{
background-color: #DB037D;
}
</style>
border-color css
<style>
span { border-color: #DB037D; }
span { border-color: rgb(219,3,125); }
td.TdClassName
{
border-color: #DB037D;
}
.TagClassName
{
border-color: #DB037D;
}
</style>