Shades of Alizarin #DB2843
Tints of Alizarin #DB2843
RGB
CMYK
RGB Variations
Color information
#DB2843 (or 0xDB2843) is known color: Alizarin. HEX triplet: DB, 28 and 43. RGB value is (219,40,67). Sum of RGB (Red+Green+Blue) = 219+40+67=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2843 is #24D7BC. Grayscale: #606060. Windows color (decimal): -2414525 or 4401371. OLE color: 4401371.
HSL color Cylindrical-coordinate representation of color #DB2843: hue angle of 350.95º 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 #DB2843 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 67 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.14 |
| HSL | 350.95º | 0.71% | 0.51% | - |
| HSV(B) | 350.95º | 0.82% | 0.86% | - |
| XYZ | 30.99 | 16.98 | 6.96 | - |
| YUV | 96.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 67 | 0 | 0.82 | 0.69 | 0.14 | 350.95 | 0.71 | 0.51 |
| Hex | DB | 28 | 43 | 0 | 52 | 45 | E | 15F | 47 | 33 |
| Octal | 333 | 50 | 103 | 0 | 122 | 105 | 16 | 537 | 107 | 63 |
| Binary | 11011011 | 101000 | 1000011 | 0 | 1010010 | 1000101 | 1110 | 101011111 | 1000111 | 110011 |
Color Harmonies of #DB2843
Complementary color
Monochromatic Colors of #DB2843
Black with #DB2843
Text Example
Text Example
White with #DB2843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2843; }
p { color: rgb(219,40,67); }
H1.HeaderClassName
{
color: #DB2843;
}
.AnyTagClassName
{
color: #DB2843;
}
</style>
background-color css
<style>
a { background-color: #DB2843; }
a { background-color: rgb(219,40,67); }
div.DivClassName
{
background-color: #DB2843;
}
.BgClassName
{
background-color: #DB2843;
}
</style>
border-color css
<style>
span { border-color: #DB2843; }
span { border-color: rgb(219,40,67); }
td.TdClassName
{
border-color: #DB2843;
}
.TagClassName
{
border-color: #DB2843;
}
</style>