Shades of Medium Violet Red #DB157A
Tints of Medium Violet Red #DB157A
RGB
CMYK
RGB Variations
Color information
#DB157A (or 0xDB157A) is known color: Medium Violet Red. HEX triplet: DB, 15 and 7A. RGB value is (219,21,122). Sum of RGB (Red+Green+Blue) = 219+21+122=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB157A is #24EA85. Grayscale: #5B5B5B. Windows color (decimal): -2419334 or 8000987. OLE color: 8000987.
HSL color Cylindrical-coordinate representation of color #DB157A: hue angle of 329.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB157A is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 122 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.14 |
| HSL | 329.39º | 0.83% | 0.47% | - |
| HSV(B) | 329.39º | 0.9% | 0.86% | - |
| XYZ | 32.99 | 17 | 19.95 | - |
| YUV | 91.72 | 145.1 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 122 | 0 | 0.90 | 0.44 | 0.14 | 329.39 | 0.83 | 0.47 |
| Hex | DB | 15 | 7A | 0 | 5A | 2C | E | 149 | 52 | 2F |
| Octal | 333 | 25 | 172 | 0 | 132 | 54 | 16 | 511 | 122 | 57 |
| Binary | 11011011 | 10101 | 1111010 | 0 | 1011010 | 101100 | 1110 | 101001001 | 1010010 | 101111 |
Color Harmonies of #DB157A
Complementary color
Monochromatic Colors of #DB157A
Black with #DB157A
Text Example
Text Example
White with #DB157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB157A; }
p { color: rgb(219,21,122); }
H1.HeaderClassName
{
color: #DB157A;
}
.AnyTagClassName
{
color: #DB157A;
}
</style>
background-color css
<style>
a { background-color: #DB157A; }
a { background-color: rgb(219,21,122); }
div.DivClassName
{
background-color: #DB157A;
}
.BgClassName
{
background-color: #DB157A;
}
</style>
border-color css
<style>
span { border-color: #DB157A; }
span { border-color: rgb(219,21,122); }
td.TdClassName
{
border-color: #DB157A;
}
.TagClassName
{
border-color: #DB157A;
}
</style>