Shades of Alizarin #DB2D43
Tints of Alizarin #DB2D43
RGB
CMYK
RGB Variations
Color information
#DB2D43 (or 0xDB2D43) is known color: Alizarin. HEX triplet: DB, 2D and 43. RGB value is (219,45,67). Sum of RGB (Red+Green+Blue) = 219+45+67=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D43 is #24D2BC. Grayscale: #636363. Windows color (decimal): -2413245 or 4402651. OLE color: 4402651.
HSL color Cylindrical-coordinate representation of color #DB2D43: hue angle of 352.41º 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 #DB2D43 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 45 | 67 | - |
CMYK | 0 | 0.79 | 0.69 | 0.14 |
HSL | 352.41º | 0.71% | 0.52% | - |
HSV(B) | 352.41º | 0.79% | 0.86% | - |
XYZ | 31.16 | 17.34 | 7.01 | - |
YUV | 99.53 | 109.65 | 213.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 45 | 67 | 0 | 0.79 | 0.69 | 0.14 | 352.41 | 0.71 | 0.52 |
Hex | DB | 2D | 43 | 0 | 4F | 45 | E | 160 | 47 | 34 |
Octal | 333 | 55 | 103 | 0 | 117 | 105 | 16 | 540 | 107 | 64 |
Binary | 11011011 | 101101 | 1000011 | 0 | 1001111 | 1000101 | 1110 | 101100000 | 1000111 | 110100 |
Color Harmonies of #DB2D43
Complementary color
Monochromatic Colors of #DB2D43
Black with #DB2D43
Text Example
Text Example
White with #DB2D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D43; }
p { color: rgb(219,45,67); }
H1.HeaderClassName
{
color: #DB2D43;
}
.AnyTagClassName
{
color: #DB2D43;
}
</style>
background-color css
<style>
a { background-color: #DB2D43; }
a { background-color: rgb(219,45,67); }
div.DivClassName
{
background-color: #DB2D43;
}
.BgClassName
{
background-color: #DB2D43;
}
</style>
border-color css
<style>
span { border-color: #DB2D43; }
span { border-color: rgb(219,45,67); }
td.TdClassName
{
border-color: #DB2D43;
}
.TagClassName
{
border-color: #DB2D43;
}
</style>