Shades of Medium Violet Red #DB0F8A
Tints of Medium Violet Red #DB0F8A
RGB
CMYK
RGB Variations
Color information
#DB0F8A (or 0xDB0F8A) is known color: Medium Violet Red. HEX triplet: DB, 0F and 8A. RGB value is (219,15,138). Sum of RGB (Red+Green+Blue) = 219+15+138=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F8A is #24F075. Grayscale: #595959. Windows color (decimal): -2420854 or 9048027. OLE color: 9048027.
HSL color Cylindrical-coordinate representation of color #DB0F8A: hue angle of 323.82º 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 #DB0F8A is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 138 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.14 |
| HSL | 323.82º | 0.87% | 0.46% | - |
| HSV(B) | 323.82º | 0.93% | 0.86% | - |
| XYZ | 33.97 | 17.24 | 25.58 | - |
| YUV | 90.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 138 | 0 | 0.93 | 0.37 | 0.14 | 323.82 | 0.87 | 0.46 |
| Hex | DB | F | 8A | 0 | 5D | 25 | E | 144 | 57 | 2E |
| Octal | 333 | 17 | 212 | 0 | 135 | 45 | 16 | 504 | 127 | 56 |
| Binary | 11011011 | 1111 | 10001010 | 0 | 1011101 | 100101 | 1110 | 101000100 | 1010111 | 101110 |
Color Harmonies of #DB0F8A
Complementary color
Monochromatic Colors of #DB0F8A
Black with #DB0F8A
Text Example
Text Example
White with #DB0F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F8A; }
p { color: rgb(219,15,138); }
H1.HeaderClassName
{
color: #DB0F8A;
}
.AnyTagClassName
{
color: #DB0F8A;
}
</style>
background-color css
<style>
a { background-color: #DB0F8A; }
a { background-color: rgb(219,15,138); }
div.DivClassName
{
background-color: #DB0F8A;
}
.BgClassName
{
background-color: #DB0F8A;
}
</style>
border-color css
<style>
span { border-color: #DB0F8A; }
span { border-color: rgb(219,15,138); }
td.TdClassName
{
border-color: #DB0F8A;
}
.TagClassName
{
border-color: #DB0F8A;
}
</style>