Shades of Medium Violet Red #DB0F88
Tints of Medium Violet Red #DB0F88
RGB
CMYK
RGB Variations
Color information
#DB0F88 (or 0xDB0F88) is known color: Medium Violet Red. HEX triplet: DB, 0F and 88. RGB value is (219,15,136). Sum of RGB (Red+Green+Blue) = 219+15+136=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F88 is #24F077. Grayscale: #595959. Windows color (decimal): -2420856 or 8916955. OLE color: 8916955.
HSL color Cylindrical-coordinate representation of color #DB0F88: hue angle of 324.41º 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 #DB0F88 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 136 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.14 |
| HSL | 324.41º | 0.87% | 0.46% | - |
| HSV(B) | 324.41º | 0.93% | 0.86% | - |
| XYZ | 33.83 | 17.18 | 24.83 | - |
| YUV | 89.79 | 154.09 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 136 | 0 | 0.93 | 0.38 | 0.14 | 324.41 | 0.87 | 0.46 |
| Hex | DB | F | 88 | 0 | 5D | 26 | E | 144 | 57 | 2E |
| Octal | 333 | 17 | 210 | 0 | 135 | 46 | 16 | 504 | 127 | 56 |
| Binary | 11011011 | 1111 | 10001000 | 0 | 1011101 | 100110 | 1110 | 101000100 | 1010111 | 101110 |
Color Harmonies of #DB0F88
Complementary color
Monochromatic Colors of #DB0F88
Black with #DB0F88
Text Example
Text Example
White with #DB0F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F88; }
p { color: rgb(219,15,136); }
H1.HeaderClassName
{
color: #DB0F88;
}
.AnyTagClassName
{
color: #DB0F88;
}
</style>
background-color css
<style>
a { background-color: #DB0F88; }
a { background-color: rgb(219,15,136); }
div.DivClassName
{
background-color: #DB0F88;
}
.BgClassName
{
background-color: #DB0F88;
}
</style>
border-color css
<style>
span { border-color: #DB0F88; }
span { border-color: rgb(219,15,136); }
td.TdClassName
{
border-color: #DB0F88;
}
.TagClassName
{
border-color: #DB0F88;
}
</style>