Shades of Medium Violet Red #DB0388
Tints of Medium Violet Red #DB0388
RGB
CMYK
RGB Variations
Color information
#DB0388 (or 0xDB0388) is known color: Medium Violet Red. HEX triplet: DB, 03 and 88. RGB value is (219,3,136). Sum of RGB (Red+Green+Blue) = 219+3+136=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0388 is #24FC77. Grayscale: #525252. Windows color (decimal): -2423928 or 8913883. OLE color: 8913883.
HSL color Cylindrical-coordinate representation of color #DB0388: hue angle of 323.06º 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 #DB0388 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.14 |
| HSL | 323.06º | 0.97% | 0.44% | - |
| HSV(B) | 323.06º | 0.99% | 0.86% | - |
| XYZ | 33.69 | 16.9 | 24.78 | - |
| YUV | 82.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 136 | 0 | 0.99 | 0.38 | 0.14 | 323.06 | 0.97 | 0.44 |
| Hex | DB | 3 | 88 | 0 | 63 | 26 | E | 143 | 61 | 2C |
| Octal | 333 | 3 | 210 | 0 | 143 | 46 | 16 | 503 | 141 | 54 |
| Binary | 11011011 | 11 | 10001000 | 0 | 1100011 | 100110 | 1110 | 101000011 | 1100001 | 101100 |
Color Harmonies of #DB0388
Complementary color
Monochromatic Colors of #DB0388
Black with #DB0388
Text Example
Text Example
White with #DB0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0388; }
p { color: rgb(219,3,136); }
H1.HeaderClassName
{
color: #DB0388;
}
.AnyTagClassName
{
color: #DB0388;
}
</style>
background-color css
<style>
a { background-color: #DB0388; }
a { background-color: rgb(219,3,136); }
div.DivClassName
{
background-color: #DB0388;
}
.BgClassName
{
background-color: #DB0388;
}
</style>
border-color css
<style>
span { border-color: #DB0388; }
span { border-color: rgb(219,3,136); }
td.TdClassName
{
border-color: #DB0388;
}
.TagClassName
{
border-color: #DB0388;
}
</style>