Shades of Medium Violet Red #DB137B
Tints of Medium Violet Red #DB137B
RGB
CMYK
RGB Variations
Color information
#DB137B (or 0xDB137B) is known color: Medium Violet Red. HEX triplet: DB, 13 and 7B. RGB value is (219,19,123). Sum of RGB (Red+Green+Blue) = 219+19+123=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB137B is #24EC84. Grayscale: #5A5A5A. Windows color (decimal): -2419845 or 8066011. OLE color: 8066011.
HSL color Cylindrical-coordinate representation of color #DB137B: hue angle of 328.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB137B is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 123 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.14 |
| HSL | 328.8º | 0.84% | 0.47% | - |
| HSV(B) | 328.8º | 0.91% | 0.86% | - |
| XYZ | 33.02 | 16.96 | 20.27 | - |
| YUV | 90.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 123 | 0 | 0.91 | 0.44 | 0.14 | 328.8 | 0.84 | 0.47 |
| Hex | DB | 13 | 7B | 0 | 5B | 2C | E | 149 | 54 | 2F |
| Octal | 333 | 23 | 173 | 0 | 133 | 54 | 16 | 511 | 124 | 57 |
| Binary | 11011011 | 10011 | 1111011 | 0 | 1011011 | 101100 | 1110 | 101001001 | 1010100 | 101111 |
Color Harmonies of #DB137B
Complementary color
Monochromatic Colors of #DB137B
Black with #DB137B
Text Example
Text Example
White with #DB137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB137B; }
p { color: rgb(219,19,123); }
H1.HeaderClassName
{
color: #DB137B;
}
.AnyTagClassName
{
color: #DB137B;
}
</style>
background-color css
<style>
a { background-color: #DB137B; }
a { background-color: rgb(219,19,123); }
div.DivClassName
{
background-color: #DB137B;
}
.BgClassName
{
background-color: #DB137B;
}
</style>
border-color css
<style>
span { border-color: #DB137B; }
span { border-color: rgb(219,19,123); }
td.TdClassName
{
border-color: #DB137B;
}
.TagClassName
{
border-color: #DB137B;
}
</style>