Shades of Medium Violet Red #DB127A
Tints of Medium Violet Red #DB127A
RGB
CMYK
RGB Variations
Color information
#DB127A (or 0xDB127A) is known color: Medium Violet Red. HEX triplet: DB, 12 and 7A. RGB value is (219,18,122). Sum of RGB (Red+Green+Blue) = 219+18+122=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB127A is #24ED85. Grayscale: #595959. Windows color (decimal): -2420102 or 8000219. OLE color: 8000219.
HSL color Cylindrical-coordinate representation of color #DB127A: hue angle of 328.96º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB127A is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 122 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.14 |
| HSL | 328.96º | 0.85% | 0.46% | - |
| HSV(B) | 328.96º | 0.92% | 0.86% | - |
| XYZ | 32.94 | 16.9 | 19.94 | - |
| YUV | 89.96 | 146.09 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 122 | 0 | 0.92 | 0.44 | 0.14 | 328.96 | 0.85 | 0.46 |
| Hex | DB | 12 | 7A | 0 | 5C | 2C | E | 149 | 55 | 2E |
| Octal | 333 | 22 | 172 | 0 | 134 | 54 | 16 | 511 | 125 | 56 |
| Binary | 11011011 | 10010 | 1111010 | 0 | 1011100 | 101100 | 1110 | 101001001 | 1010101 | 101110 |
Color Harmonies of #DB127A
Complementary color
Monochromatic Colors of #DB127A
Black with #DB127A
Text Example
Text Example
White with #DB127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB127A; }
p { color: rgb(219,18,122); }
H1.HeaderClassName
{
color: #DB127A;
}
.AnyTagClassName
{
color: #DB127A;
}
</style>
background-color css
<style>
a { background-color: #DB127A; }
a { background-color: rgb(219,18,122); }
div.DivClassName
{
background-color: #DB127A;
}
.BgClassName
{
background-color: #DB127A;
}
</style>
border-color css
<style>
span { border-color: #DB127A; }
span { border-color: rgb(219,18,122); }
td.TdClassName
{
border-color: #DB127A;
}
.TagClassName
{
border-color: #DB127A;
}
</style>