Shades of Medium Violet Red #DB0F8E
Tints of Medium Violet Red #DB0F8E
RGB
CMYK
RGB Variations
Color information
#DB0F8E (or 0xDB0F8E) is known color: Medium Violet Red. HEX triplet: DB, 0F and 8E. RGB value is (219,15,142). Sum of RGB (Red+Green+Blue) = 219+15+142=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F8E is #24F071. Grayscale: #5A5A5A. Windows color (decimal): -2420850 or 9310171. OLE color: 9310171.
HSL color Cylindrical-coordinate representation of color #DB0F8E: hue angle of 322.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F8E is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 142 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.14 |
| HSL | 322.65º | 0.87% | 0.46% | - |
| HSV(B) | 322.65º | 0.93% | 0.86% | - |
| XYZ | 34.27 | 17.35 | 27.13 | - |
| YUV | 90.47 | 157.09 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 142 | 0 | 0.93 | 0.35 | 0.14 | 322.65 | 0.87 | 0.46 |
| Hex | DB | F | 8E | 0 | 5D | 23 | E | 143 | 57 | 2E |
| Octal | 333 | 17 | 216 | 0 | 135 | 43 | 16 | 503 | 127 | 56 |
| Binary | 11011011 | 1111 | 10001110 | 0 | 1011101 | 100011 | 1110 | 101000011 | 1010111 | 101110 |
Color Harmonies of #DB0F8E
Complementary color
Monochromatic Colors of #DB0F8E
Black with #DB0F8E
Text Example
Text Example
White with #DB0F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F8E; }
p { color: rgb(219,15,142); }
H1.HeaderClassName
{
color: #DB0F8E;
}
.AnyTagClassName
{
color: #DB0F8E;
}
</style>
background-color css
<style>
a { background-color: #DB0F8E; }
a { background-color: rgb(219,15,142); }
div.DivClassName
{
background-color: #DB0F8E;
}
.BgClassName
{
background-color: #DB0F8E;
}
</style>
border-color css
<style>
span { border-color: #DB0F8E; }
span { border-color: rgb(219,15,142); }
td.TdClassName
{
border-color: #DB0F8E;
}
.TagClassName
{
border-color: #DB0F8E;
}
</style>