Shades of Medium Violet Red #DB0F7A
Tints of Medium Violet Red #DB0F7A
RGB
CMYK
RGB Variations
Color information
#DB0F7A (or 0xDB0F7A) is known color: Medium Violet Red. HEX triplet: DB, 0F and 7A. RGB value is (219,15,122). Sum of RGB (Red+Green+Blue) = 219+15+122=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F7A is #24F085. Grayscale: #575757. Windows color (decimal): -2420870 or 7999451. OLE color: 7999451.
HSL color Cylindrical-coordinate representation of color #DB0F7A: hue angle of 328.53º 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 #DB0F7A is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 122 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.14 |
| HSL | 328.53º | 0.87% | 0.46% | - |
| HSV(B) | 328.53º | 0.93% | 0.86% | - |
| XYZ | 32.9 | 16.81 | 19.92 | - |
| YUV | 88.19 | 147.09 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 122 | 0 | 0.93 | 0.44 | 0.14 | 328.53 | 0.87 | 0.46 |
| Hex | DB | F | 7A | 0 | 5D | 2C | E | 149 | 57 | 2E |
| Octal | 333 | 17 | 172 | 0 | 135 | 54 | 16 | 511 | 127 | 56 |
| Binary | 11011011 | 1111 | 1111010 | 0 | 1011101 | 101100 | 1110 | 101001001 | 1010111 | 101110 |
Color Harmonies of #DB0F7A
Complementary color
Monochromatic Colors of #DB0F7A
Black with #DB0F7A
Text Example
Text Example
White with #DB0F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F7A; }
p { color: rgb(219,15,122); }
H1.HeaderClassName
{
color: #DB0F7A;
}
.AnyTagClassName
{
color: #DB0F7A;
}
</style>
background-color css
<style>
a { background-color: #DB0F7A; }
a { background-color: rgb(219,15,122); }
div.DivClassName
{
background-color: #DB0F7A;
}
.BgClassName
{
background-color: #DB0F7A;
}
</style>
border-color css
<style>
span { border-color: #DB0F7A; }
span { border-color: rgb(219,15,122); }
td.TdClassName
{
border-color: #DB0F7A;
}
.TagClassName
{
border-color: #DB0F7A;
}
</style>