Shades of Medium Violet Red #DB137E
Tints of Medium Violet Red #DB137E
RGB
CMYK
RGB Variations
Color information
#DB137E (or 0xDB137E) is known color: Medium Violet Red. HEX triplet: DB, 13 and 7E. RGB value is (219,19,126). Sum of RGB (Red+Green+Blue) = 219+19+126=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB137E is #24EC81. Grayscale: #5A5A5A. Windows color (decimal): -2419842 or 8262619. OLE color: 8262619.
HSL color Cylindrical-coordinate representation of color #DB137E: hue angle of 327.9º 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 #DB137E is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 126 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.14 |
| HSL | 327.9º | 0.84% | 0.47% | - |
| HSV(B) | 327.9º | 0.91% | 0.86% | - |
| XYZ | 33.21 | 17.03 | 21.28 | - |
| YUV | 91 | 147.76 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 126 | 0 | 0.91 | 0.42 | 0.14 | 327.9 | 0.84 | 0.47 |
| Hex | DB | 13 | 7E | 0 | 5B | 2A | E | 148 | 54 | 2F |
| Octal | 333 | 23 | 176 | 0 | 133 | 52 | 16 | 510 | 124 | 57 |
| Binary | 11011011 | 10011 | 1111110 | 0 | 1011011 | 101010 | 1110 | 101001000 | 1010100 | 101111 |
Color Harmonies of #DB137E
Complementary color
Monochromatic Colors of #DB137E
Black with #DB137E
Text Example
Text Example
White with #DB137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB137E; }
p { color: rgb(219,19,126); }
H1.HeaderClassName
{
color: #DB137E;
}
.AnyTagClassName
{
color: #DB137E;
}
</style>
background-color css
<style>
a { background-color: #DB137E; }
a { background-color: rgb(219,19,126); }
div.DivClassName
{
background-color: #DB137E;
}
.BgClassName
{
background-color: #DB137E;
}
</style>
border-color css
<style>
span { border-color: #DB137E; }
span { border-color: rgb(219,19,126); }
td.TdClassName
{
border-color: #DB137E;
}
.TagClassName
{
border-color: #DB137E;
}
</style>