Shades of Medium Violet Red #DB137D
Tints of Medium Violet Red #DB137D
RGB
CMYK
RGB Variations
Color information
#DB137D (or 0xDB137D) is known color: Medium Violet Red. HEX triplet: DB, 13 and 7D. RGB value is (219,19,125). Sum of RGB (Red+Green+Blue) = 219+19+125=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB137D is #24EC82. Grayscale: #5A5A5A. Windows color (decimal): -2419843 or 8197083. OLE color: 8197083.
HSL color Cylindrical-coordinate representation of color #DB137D: hue angle of 328.2º 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 #DB137D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 125 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.14 |
| HSL | 328.2º | 0.84% | 0.47% | - |
| HSV(B) | 328.2º | 0.91% | 0.86% | - |
| XYZ | 33.15 | 17.01 | 20.94 | - |
| YUV | 90.88 | 147.26 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 125 | 0 | 0.91 | 0.43 | 0.14 | 328.2 | 0.84 | 0.47 |
| Hex | DB | 13 | 7D | 0 | 5B | 2B | E | 148 | 54 | 2F |
| Octal | 333 | 23 | 175 | 0 | 133 | 53 | 16 | 510 | 124 | 57 |
| Binary | 11011011 | 10011 | 1111101 | 0 | 1011011 | 101011 | 1110 | 101001000 | 1010100 | 101111 |
Color Harmonies of #DB137D
Complementary color
Monochromatic Colors of #DB137D
Black with #DB137D
Text Example
Text Example
White with #DB137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB137D; }
p { color: rgb(219,19,125); }
H1.HeaderClassName
{
color: #DB137D;
}
.AnyTagClassName
{
color: #DB137D;
}
</style>
background-color css
<style>
a { background-color: #DB137D; }
a { background-color: rgb(219,19,125); }
div.DivClassName
{
background-color: #DB137D;
}
.BgClassName
{
background-color: #DB137D;
}
</style>
border-color css
<style>
span { border-color: #DB137D; }
span { border-color: rgb(219,19,125); }
td.TdClassName
{
border-color: #DB137D;
}
.TagClassName
{
border-color: #DB137D;
}
</style>