Shades of Alizarin #DB2832
Tints of Alizarin #DB2832
RGB
CMYK
RGB Variations
Color information
#DB2832 (or 0xDB2832) is known color: Alizarin. HEX triplet: DB, 28 and 32. RGB value is (219,40,50). Sum of RGB (Red+Green+Blue) = 219+40+50=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2832 is #24D7CD. Grayscale: #5E5E5E. Windows color (decimal): -2414542 or 3287259. OLE color: 3287259.
HSL color Cylindrical-coordinate representation of color #DB2832: hue angle of 356.65º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2832 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 50 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.14 |
| HSL | 356.65º | 0.71% | 0.51% | - |
| HSV(B) | 356.65º | 0.82% | 0.86% | - |
| XYZ | 30.55 | 16.81 | 4.65 | - |
| YUV | 94.66 | 102.8 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 50 | 0 | 0.82 | 0.77 | 0.14 | 356.65 | 0.71 | 0.51 |
| Hex | DB | 28 | 32 | 0 | 52 | 4D | E | 165 | 47 | 33 |
| Octal | 333 | 50 | 62 | 0 | 122 | 115 | 16 | 545 | 107 | 63 |
| Binary | 11011011 | 101000 | 110010 | 0 | 1010010 | 1001101 | 1110 | 101100101 | 1000111 | 110011 |
Color Harmonies of #DB2832
Complementary color
Monochromatic Colors of #DB2832
Black with #DB2832
Text Example
Text Example
White with #DB2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2832; }
p { color: rgb(219,40,50); }
H1.HeaderClassName
{
color: #DB2832;
}
.AnyTagClassName
{
color: #DB2832;
}
</style>
background-color css
<style>
a { background-color: #DB2832; }
a { background-color: rgb(219,40,50); }
div.DivClassName
{
background-color: #DB2832;
}
.BgClassName
{
background-color: #DB2832;
}
</style>
border-color css
<style>
span { border-color: #DB2832; }
span { border-color: rgb(219,40,50); }
td.TdClassName
{
border-color: #DB2832;
}
.TagClassName
{
border-color: #DB2832;
}
</style>