Shades of Medium Violet Red #DB0F7B
Tints of Medium Violet Red #DB0F7B
RGB
CMYK
RGB Variations
Color information
#DB0F7B (or 0xDB0F7B) is known color: Medium Violet Red. HEX triplet: DB, 0F and 7B. RGB value is (219,15,123). Sum of RGB (Red+Green+Blue) = 219+15+123=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F7B is #24F084. Grayscale: #585858. Windows color (decimal): -2420869 or 8064987. OLE color: 8064987.
HSL color Cylindrical-coordinate representation of color #DB0F7B: hue angle of 328.24º 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 #DB0F7B is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 123 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.14 |
| HSL | 328.24º | 0.87% | 0.46% | - |
| HSV(B) | 328.24º | 0.93% | 0.86% | - |
| XYZ | 32.96 | 16.83 | 20.25 | - |
| YUV | 88.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 123 | 0 | 0.93 | 0.44 | 0.14 | 328.24 | 0.87 | 0.46 |
| Hex | DB | F | 7B | 0 | 5D | 2C | E | 148 | 57 | 2E |
| Octal | 333 | 17 | 173 | 0 | 135 | 54 | 16 | 510 | 127 | 56 |
| Binary | 11011011 | 1111 | 1111011 | 0 | 1011101 | 101100 | 1110 | 101001000 | 1010111 | 101110 |
Color Harmonies of #DB0F7B
Complementary color
Monochromatic Colors of #DB0F7B
Black with #DB0F7B
Text Example
Text Example
White with #DB0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F7B; }
p { color: rgb(219,15,123); }
H1.HeaderClassName
{
color: #DB0F7B;
}
.AnyTagClassName
{
color: #DB0F7B;
}
</style>
background-color css
<style>
a { background-color: #DB0F7B; }
a { background-color: rgb(219,15,123); }
div.DivClassName
{
background-color: #DB0F7B;
}
.BgClassName
{
background-color: #DB0F7B;
}
</style>
border-color css
<style>
span { border-color: #DB0F7B; }
span { border-color: rgb(219,15,123); }
td.TdClassName
{
border-color: #DB0F7B;
}
.TagClassName
{
border-color: #DB0F7B;
}
</style>