Shades of Medium Violet Red #DB1893
Tints of Medium Violet Red #DB1893
RGB
CMYK
RGB Variations
Color information
#DB1893 (or 0xDB1893) is known color: Medium Violet Red. HEX triplet: DB, 18 and 93. RGB value is (219,24,147). Sum of RGB (Red+Green+Blue) = 219+24+147=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1893 is #24E76C. Grayscale: #606060. Windows color (decimal): -2418541 or 9640155. OLE color: 9640155.
HSL color Cylindrical-coordinate representation of color #DB1893: hue angle of 322.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1893 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 147 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.14 |
| HSL | 322.15º | 0.8% | 0.48% | - |
| HSV(B) | 322.15º | 0.89% | 0.86% | - |
| XYZ | 34.81 | 17.82 | 29.21 | - |
| YUV | 96.33 | 156.6 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 147 | 0 | 0.89 | 0.33 | 0.14 | 322.15 | 0.8 | 0.48 |
| Hex | DB | 18 | 93 | 0 | 59 | 21 | E | 142 | 50 | 30 |
| Octal | 333 | 30 | 223 | 0 | 131 | 41 | 16 | 502 | 120 | 60 |
| Binary | 11011011 | 11000 | 10010011 | 0 | 1011001 | 100001 | 1110 | 101000010 | 1010000 | 110000 |
Color Harmonies of #DB1893
Complementary color
Monochromatic Colors of #DB1893
Black with #DB1893
Text Example
Text Example
White with #DB1893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1893; }
p { color: rgb(219,24,147); }
H1.HeaderClassName
{
color: #DB1893;
}
.AnyTagClassName
{
color: #DB1893;
}
</style>
background-color css
<style>
a { background-color: #DB1893; }
a { background-color: rgb(219,24,147); }
div.DivClassName
{
background-color: #DB1893;
}
.BgClassName
{
background-color: #DB1893;
}
</style>
border-color css
<style>
span { border-color: #DB1893; }
span { border-color: rgb(219,24,147); }
td.TdClassName
{
border-color: #DB1893;
}
.TagClassName
{
border-color: #DB1893;
}
</style>