Shades of Alizarin #DB2A43
Tints of Alizarin #DB2A43
RGB
CMYK
RGB Variations
Color information
#DB2A43 (or 0xDB2A43) is known color: Alizarin. HEX triplet: DB, 2A and 43. RGB value is (219,42,67). Sum of RGB (Red+Green+Blue) = 219+42+67=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A43 is #24D5BC. Grayscale: #616161. Windows color (decimal): -2414013 or 4401883. OLE color: 4401883.
HSL color Cylindrical-coordinate representation of color #DB2A43: hue angle of 351.53º 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 #DB2A43 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 67 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.14 |
| HSL | 351.53º | 0.71% | 0.51% | - |
| HSV(B) | 351.53º | 0.81% | 0.86% | - |
| XYZ | 31.05 | 17.12 | 6.98 | - |
| YUV | 97.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 67 | 0 | 0.81 | 0.69 | 0.14 | 351.53 | 0.71 | 0.51 |
| Hex | DB | 2A | 43 | 0 | 51 | 45 | E | 160 | 47 | 33 |
| Octal | 333 | 52 | 103 | 0 | 121 | 105 | 16 | 540 | 107 | 63 |
| Binary | 11011011 | 101010 | 1000011 | 0 | 1010001 | 1000101 | 1110 | 101100000 | 1000111 | 110011 |
Color Harmonies of #DB2A43
Complementary color
Monochromatic Colors of #DB2A43
Black with #DB2A43
Text Example
Text Example
White with #DB2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A43; }
p { color: rgb(219,42,67); }
H1.HeaderClassName
{
color: #DB2A43;
}
.AnyTagClassName
{
color: #DB2A43;
}
</style>
background-color css
<style>
a { background-color: #DB2A43; }
a { background-color: rgb(219,42,67); }
div.DivClassName
{
background-color: #DB2A43;
}
.BgClassName
{
background-color: #DB2A43;
}
</style>
border-color css
<style>
span { border-color: #DB2A43; }
span { border-color: rgb(219,42,67); }
td.TdClassName
{
border-color: #DB2A43;
}
.TagClassName
{
border-color: #DB2A43;
}
</style>