Shades of Medium Violet Red #DB0280
Tints of Medium Violet Red #DB0280
RGB
CMYK
RGB Variations
Color information
#DB0280 (or 0xDB0280) is known color: Medium Violet Red. HEX triplet: DB, 02 and 80. RGB value is (219,2,128). Sum of RGB (Red+Green+Blue) = 219+2+128=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0280 is #24FD7F. Grayscale: #505050. Windows color (decimal): -2424192 or 8389339. OLE color: 8389339.
HSL color Cylindrical-coordinate representation of color #DB0280: hue angle of 325.16º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0280 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.14 |
| HSL | 325.16º | 0.98% | 0.43% | - |
| HSV(B) | 325.16º | 0.99% | 0.86% | - |
| XYZ | 33.13 | 16.66 | 21.89 | - |
| YUV | 81.25 | 154.39 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 128 | 0 | 0.99 | 0.42 | 0.14 | 325.16 | 0.98 | 0.43 |
| Hex | DB | 2 | 80 | 0 | 63 | 2A | E | 145 | 62 | 2B |
| Octal | 333 | 2 | 200 | 0 | 143 | 52 | 16 | 505 | 142 | 53 |
| Binary | 11011011 | 10 | 10000000 | 0 | 1100011 | 101010 | 1110 | 101000101 | 1100010 | 101011 |
Color Harmonies of #DB0280
Complementary color
Monochromatic Colors of #DB0280
Black with #DB0280
Text Example
Text Example
White with #DB0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0280; }
p { color: rgb(219,2,128); }
H1.HeaderClassName
{
color: #DB0280;
}
.AnyTagClassName
{
color: #DB0280;
}
</style>
background-color css
<style>
a { background-color: #DB0280; }
a { background-color: rgb(219,2,128); }
div.DivClassName
{
background-color: #DB0280;
}
.BgClassName
{
background-color: #DB0280;
}
</style>
border-color css
<style>
span { border-color: #DB0280; }
span { border-color: rgb(219,2,128); }
td.TdClassName
{
border-color: #DB0280;
}
.TagClassName
{
border-color: #DB0280;
}
</style>