Shades of Alizarin #DB2943
Tints of Alizarin #DB2943
RGB
CMYK
RGB Variations
Color information
#DB2943 (or 0xDB2943) is known color: Alizarin. HEX triplet: DB, 29 and 43. RGB value is (219,41,67). Sum of RGB (Red+Green+Blue) = 219+41+67=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2943 is #24D6BC. Grayscale: #616161. Windows color (decimal): -2414269 or 4401627. OLE color: 4401627.
HSL color Cylindrical-coordinate representation of color #DB2943: hue angle of 351.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2943 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 67 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.14 |
| HSL | 351.24º | 0.71% | 0.51% | - |
| HSV(B) | 351.24º | 0.81% | 0.86% | - |
| XYZ | 31.02 | 17.05 | 6.97 | - |
| YUV | 97.19 | 110.97 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 67 | 0 | 0.81 | 0.69 | 0.14 | 351.24 | 0.71 | 0.51 |
| Hex | DB | 29 | 43 | 0 | 51 | 45 | E | 15F | 47 | 33 |
| Octal | 333 | 51 | 103 | 0 | 121 | 105 | 16 | 537 | 107 | 63 |
| Binary | 11011011 | 101001 | 1000011 | 0 | 1010001 | 1000101 | 1110 | 101011111 | 1000111 | 110011 |
Color Harmonies of #DB2943
Complementary color
Monochromatic Colors of #DB2943
Black with #DB2943
Text Example
Text Example
White with #DB2943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2943; }
p { color: rgb(219,41,67); }
H1.HeaderClassName
{
color: #DB2943;
}
.AnyTagClassName
{
color: #DB2943;
}
</style>
background-color css
<style>
a { background-color: #DB2943; }
a { background-color: rgb(219,41,67); }
div.DivClassName
{
background-color: #DB2943;
}
.BgClassName
{
background-color: #DB2943;
}
</style>
border-color css
<style>
span { border-color: #DB2943; }
span { border-color: rgb(219,41,67); }
td.TdClassName
{
border-color: #DB2943;
}
.TagClassName
{
border-color: #DB2943;
}
</style>