Shades of Alizarin #DB2D42
Tints of Alizarin #DB2D42
RGB
CMYK
RGB Variations
Color information
#DB2D42 (or 0xDB2D42) is known color: Alizarin. HEX triplet: DB, 2D and 42. RGB value is (219,45,66). Sum of RGB (Red+Green+Blue) = 219+45+66=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D42 is #24D2BD. Grayscale: #636363. Windows color (decimal): -2413246 or 4337115. OLE color: 4337115.
HSL color Cylindrical-coordinate representation of color #DB2D42: hue angle of 352.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2D42 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 66 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.14 |
| HSL | 352.76º | 0.71% | 0.52% | - |
| HSV(B) | 352.76º | 0.79% | 0.86% | - |
| XYZ | 31.14 | 17.33 | 6.86 | - |
| YUV | 99.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 66 | 0 | 0.79 | 0.70 | 0.14 | 352.76 | 0.71 | 0.52 |
| Hex | DB | 2D | 42 | 0 | 4F | 46 | E | 161 | 47 | 34 |
| Octal | 333 | 55 | 102 | 0 | 117 | 106 | 16 | 541 | 107 | 64 |
| Binary | 11011011 | 101101 | 1000010 | 0 | 1001111 | 1000110 | 1110 | 101100001 | 1000111 | 110100 |
Color Harmonies of #DB2D42
Complementary color
Monochromatic Colors of #DB2D42
Black with #DB2D42
Text Example
Text Example
White with #DB2D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D42; }
p { color: rgb(219,45,66); }
H1.HeaderClassName
{
color: #DB2D42;
}
.AnyTagClassName
{
color: #DB2D42;
}
</style>
background-color css
<style>
a { background-color: #DB2D42; }
a { background-color: rgb(219,45,66); }
div.DivClassName
{
background-color: #DB2D42;
}
.BgClassName
{
background-color: #DB2D42;
}
</style>
border-color css
<style>
span { border-color: #DB2D42; }
span { border-color: rgb(219,45,66); }
td.TdClassName
{
border-color: #DB2D42;
}
.TagClassName
{
border-color: #DB2D42;
}
</style>