Shades of Medium Violet Red #DB0B8F
Tints of Medium Violet Red #DB0B8F
RGB
CMYK
RGB Variations
Color information
#DB0B8F (or 0xDB0B8F) is known color: Medium Violet Red. HEX triplet: DB, 0B and 8F. RGB value is (219,11,143). Sum of RGB (Red+Green+Blue) = 219+11+143=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0B8F is #24F470. Grayscale: #575757. Windows color (decimal): -2421873 or 9374683. OLE color: 9374683.
HSL color Cylindrical-coordinate representation of color #DB0B8F: hue angle of 321.92º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0B8F is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 143 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.14 |
| HSL | 321.92º | 0.9% | 0.45% | - |
| HSV(B) | 321.92º | 0.95% | 0.86% | - |
| XYZ | 34.29 | 17.28 | 27.52 | - |
| YUV | 88.24 | 158.91 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 143 | 0 | 0.95 | 0.35 | 0.14 | 321.92 | 0.9 | 0.45 |
| Hex | DB | B | 8F | 0 | 5F | 23 | E | 142 | 5A | 2D |
| Octal | 333 | 13 | 217 | 0 | 137 | 43 | 16 | 502 | 132 | 55 |
| Binary | 11011011 | 1011 | 10001111 | 0 | 1011111 | 100011 | 1110 | 101000010 | 1011010 | 101101 |
Color Harmonies of #DB0B8F
Complementary color
Monochromatic Colors of #DB0B8F
Black with #DB0B8F
Text Example
Text Example
White with #DB0B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0B8F; }
p { color: rgb(219,11,143); }
H1.HeaderClassName
{
color: #DB0B8F;
}
.AnyTagClassName
{
color: #DB0B8F;
}
</style>
background-color css
<style>
a { background-color: #DB0B8F; }
a { background-color: rgb(219,11,143); }
div.DivClassName
{
background-color: #DB0B8F;
}
.BgClassName
{
background-color: #DB0B8F;
}
</style>
border-color css
<style>
span { border-color: #DB0B8F; }
span { border-color: rgb(219,11,143); }
td.TdClassName
{
border-color: #DB0B8F;
}
.TagClassName
{
border-color: #DB0B8F;
}
</style>