Shades of Medium Violet Red #DB0380
Tints of Medium Violet Red #DB0380
RGB
CMYK
RGB Variations
Color information
#DB0380 (or 0xDB0380) is known color: Medium Violet Red. HEX triplet: DB, 03 and 80. RGB value is (219,3,128). Sum of RGB (Red+Green+Blue) = 219+3+128=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0380 is #24FC7F. Grayscale: #515151. Windows color (decimal): -2423936 or 8389595. OLE color: 8389595.
HSL color Cylindrical-coordinate representation of color #DB0380: hue angle of 325.28º 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 #DB0380 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.14 |
| HSL | 325.28º | 0.97% | 0.44% | - |
| HSV(B) | 325.28º | 0.99% | 0.86% | - |
| XYZ | 33.14 | 16.68 | 21.9 | - |
| YUV | 81.83 | 154.06 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 128 | 0 | 0.99 | 0.42 | 0.14 | 325.28 | 0.97 | 0.44 |
| Hex | DB | 3 | 80 | 0 | 63 | 2A | E | 145 | 61 | 2C |
| Octal | 333 | 3 | 200 | 0 | 143 | 52 | 16 | 505 | 141 | 54 |
| Binary | 11011011 | 11 | 10000000 | 0 | 1100011 | 101010 | 1110 | 101000101 | 1100001 | 101100 |
Color Harmonies of #DB0380
Complementary color
Monochromatic Colors of #DB0380
Black with #DB0380
Text Example
Text Example
White with #DB0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0380; }
p { color: rgb(219,3,128); }
H1.HeaderClassName
{
color: #DB0380;
}
.AnyTagClassName
{
color: #DB0380;
}
</style>
background-color css
<style>
a { background-color: #DB0380; }
a { background-color: rgb(219,3,128); }
div.DivClassName
{
background-color: #DB0380;
}
.BgClassName
{
background-color: #DB0380;
}
</style>
border-color css
<style>
span { border-color: #DB0380; }
span { border-color: rgb(219,3,128); }
td.TdClassName
{
border-color: #DB0380;
}
.TagClassName
{
border-color: #DB0380;
}
</style>