Shades of Medium Violet Red #DB1B8A
Tints of Medium Violet Red #DB1B8A
RGB
CMYK
RGB Variations
Color information
#DB1B8A (or 0xDB1B8A) is known color: Medium Violet Red. HEX triplet: DB, 1B and 8A. RGB value is (219,27,138). Sum of RGB (Red+Green+Blue) = 219+27+138=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1B8A is #24E475. Grayscale: #606060. Windows color (decimal): -2417782 or 9051099. OLE color: 9051099.
HSL color Cylindrical-coordinate representation of color #DB1B8A: hue angle of 325.31º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B8A is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 138 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.14 |
| HSL | 325.31º | 0.78% | 0.48% | - |
| HSV(B) | 325.31º | 0.88% | 0.86% | - |
| XYZ | 34.19 | 17.68 | 25.65 | - |
| YUV | 97.06 | 151.11 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 138 | 0 | 0.88 | 0.37 | 0.14 | 325.31 | 0.78 | 0.48 |
| Hex | DB | 1B | 8A | 0 | 58 | 25 | E | 145 | 4E | 30 |
| Octal | 333 | 33 | 212 | 0 | 130 | 45 | 16 | 505 | 116 | 60 |
| Binary | 11011011 | 11011 | 10001010 | 0 | 1011000 | 100101 | 1110 | 101000101 | 1001110 | 110000 |
Color Harmonies of #DB1B8A
Complementary color
Monochromatic Colors of #DB1B8A
Black with #DB1B8A
Text Example
Text Example
White with #DB1B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B8A; }
p { color: rgb(219,27,138); }
H1.HeaderClassName
{
color: #DB1B8A;
}
.AnyTagClassName
{
color: #DB1B8A;
}
</style>
background-color css
<style>
a { background-color: #DB1B8A; }
a { background-color: rgb(219,27,138); }
div.DivClassName
{
background-color: #DB1B8A;
}
.BgClassName
{
background-color: #DB1B8A;
}
</style>
border-color css
<style>
span { border-color: #DB1B8A; }
span { border-color: rgb(219,27,138); }
td.TdClassName
{
border-color: #DB1B8A;
}
.TagClassName
{
border-color: #DB1B8A;
}
</style>