Shades of Medium Violet Red #DB1D92
Tints of Medium Violet Red #DB1D92
RGB
CMYK
RGB Variations
Color information
#DB1D92 (or 0xDB1D92) is known color: Medium Violet Red. HEX triplet: DB, 1D and 92. RGB value is (219,29,146). Sum of RGB (Red+Green+Blue) = 219+29+146=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1D92 is #24E26D. Grayscale: #626262. Windows color (decimal): -2417262 or 9575899. OLE color: 9575899.
HSL color Cylindrical-coordinate representation of color #DB1D92: hue angle of 323.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D92 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 146 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.14 |
| HSL | 323.05º | 0.77% | 0.49% | - |
| HSV(B) | 323.05º | 0.87% | 0.86% | - |
| XYZ | 34.84 | 18.01 | 28.83 | - |
| YUV | 99.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 146 | 0 | 0.87 | 0.33 | 0.14 | 323.05 | 0.77 | 0.49 |
| Hex | DB | 1D | 92 | 0 | 57 | 21 | E | 143 | 4D | 31 |
| Octal | 333 | 35 | 222 | 0 | 127 | 41 | 16 | 503 | 115 | 61 |
| Binary | 11011011 | 11101 | 10010010 | 0 | 1010111 | 100001 | 1110 | 101000011 | 1001101 | 110001 |
Color Harmonies of #DB1D92
Complementary color
Monochromatic Colors of #DB1D92
Black with #DB1D92
Text Example
Text Example
White with #DB1D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D92; }
p { color: rgb(219,29,146); }
H1.HeaderClassName
{
color: #DB1D92;
}
.AnyTagClassName
{
color: #DB1D92;
}
</style>
background-color css
<style>
a { background-color: #DB1D92; }
a { background-color: rgb(219,29,146); }
div.DivClassName
{
background-color: #DB1D92;
}
.BgClassName
{
background-color: #DB1D92;
}
</style>
border-color css
<style>
span { border-color: #DB1D92; }
span { border-color: rgb(219,29,146); }
td.TdClassName
{
border-color: #DB1D92;
}
.TagClassName
{
border-color: #DB1D92;
}
</style>