Shades of Alizarin #DB2D3C
Tints of Alizarin #DB2D3C
RGB
CMYK
RGB Variations
Color information
#DB2D3C (or 0xDB2D3C) is known color: Alizarin. HEX triplet: DB, 2D and 3C. RGB value is (219,45,60). Sum of RGB (Red+Green+Blue) = 219+45+60=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D3C is #24D2C3. Grayscale: #626262. Windows color (decimal): -2413252 or 3943899. OLE color: 3943899.
HSL color Cylindrical-coordinate representation of color #DB2D3C: hue angle of 354.83º 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 #DB2D3C is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 60 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.14 |
| HSL | 354.83º | 0.71% | 0.52% | - |
| HSV(B) | 354.83º | 0.79% | 0.86% | - |
| XYZ | 30.97 | 17.26 | 5.97 | - |
| YUV | 98.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 60 | 0 | 0.79 | 0.73 | 0.14 | 354.83 | 0.71 | 0.52 |
| Hex | DB | 2D | 3C | 0 | 4F | 49 | E | 163 | 47 | 34 |
| Octal | 333 | 55 | 74 | 0 | 117 | 111 | 16 | 543 | 107 | 64 |
| Binary | 11011011 | 101101 | 111100 | 0 | 1001111 | 1001001 | 1110 | 101100011 | 1000111 | 110100 |
Color Harmonies of #DB2D3C
Complementary color
Monochromatic Colors of #DB2D3C
Black with #DB2D3C
Text Example
Text Example
White with #DB2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D3C; }
p { color: rgb(219,45,60); }
H1.HeaderClassName
{
color: #DB2D3C;
}
.AnyTagClassName
{
color: #DB2D3C;
}
</style>
background-color css
<style>
a { background-color: #DB2D3C; }
a { background-color: rgb(219,45,60); }
div.DivClassName
{
background-color: #DB2D3C;
}
.BgClassName
{
background-color: #DB2D3C;
}
</style>
border-color css
<style>
span { border-color: #DB2D3C; }
span { border-color: rgb(219,45,60); }
td.TdClassName
{
border-color: #DB2D3C;
}
.TagClassName
{
border-color: #DB2D3C;
}
</style>