Shades of Alizarin #DB2D3D
Tints of Alizarin #DB2D3D
RGB
CMYK
RGB Variations
Color information
#DB2D3D (or 0xDB2D3D) is known color: Alizarin. HEX triplet: DB, 2D and 3D. RGB value is (219,45,61). Sum of RGB (Red+Green+Blue) = 219+45+61=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D3D is #24D2C2. Grayscale: #626262. Windows color (decimal): -2413251 or 4009435. OLE color: 4009435.
HSL color Cylindrical-coordinate representation of color #DB2D3D: hue angle of 354.48º 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 #DB2D3D is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 61 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.14 |
| HSL | 354.48º | 0.71% | 0.52% | - |
| HSV(B) | 354.48º | 0.79% | 0.86% | - |
| XYZ | 30.99 | 17.27 | 6.12 | - |
| YUV | 98.85 | 106.65 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 61 | 0 | 0.79 | 0.72 | 0.14 | 354.48 | 0.71 | 0.52 |
| Hex | DB | 2D | 3D | 0 | 4F | 48 | E | 162 | 47 | 34 |
| Octal | 333 | 55 | 75 | 0 | 117 | 110 | 16 | 542 | 107 | 64 |
| Binary | 11011011 | 101101 | 111101 | 0 | 1001111 | 1001000 | 1110 | 101100010 | 1000111 | 110100 |
Color Harmonies of #DB2D3D
Complementary color
Monochromatic Colors of #DB2D3D
Black with #DB2D3D
Text Example
Text Example
White with #DB2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D3D; }
p { color: rgb(219,45,61); }
H1.HeaderClassName
{
color: #DB2D3D;
}
.AnyTagClassName
{
color: #DB2D3D;
}
</style>
background-color css
<style>
a { background-color: #DB2D3D; }
a { background-color: rgb(219,45,61); }
div.DivClassName
{
background-color: #DB2D3D;
}
.BgClassName
{
background-color: #DB2D3D;
}
</style>
border-color css
<style>
span { border-color: #DB2D3D; }
span { border-color: rgb(219,45,61); }
td.TdClassName
{
border-color: #DB2D3D;
}
.TagClassName
{
border-color: #DB2D3D;
}
</style>