Shades of Alizarin #DA2D3A
Tints of Alizarin #DA2D3A
RGB
CMYK
RGB Variations
Color information
#DA2D3A (or 0xDA2D3A) is known color: Alizarin. HEX triplet: DA, 2D and 3A. RGB value is (218,45,58). Sum of RGB (Red+Green+Blue) = 218+45+58=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D3A is #25D2C5. Grayscale: #626262. Windows color (decimal): -2478790 or 3812826. OLE color: 3812826.
HSL color Cylindrical-coordinate representation of color #DA2D3A: hue angle of 355.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D3A is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 58 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.15 |
| HSL | 355.49º | 0.7% | 0.52% | - |
| HSV(B) | 355.49º | 0.79% | 0.85% | - |
| XYZ | 30.62 | 17.09 | 5.69 | - |
| YUV | 98.21 | 105.31 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 58 | 0 | 0.79 | 0.73 | 0.15 | 355.49 | 0.7 | 0.52 |
| Hex | DA | 2D | 3A | 0 | 4F | 49 | F | 163 | 46 | 34 |
| Octal | 332 | 55 | 72 | 0 | 117 | 111 | 17 | 543 | 106 | 64 |
| Binary | 11011010 | 101101 | 111010 | 0 | 1001111 | 1001001 | 1111 | 101100011 | 1000110 | 110100 |
Color Harmonies of #DA2D3A
Complementary color
Monochromatic Colors of #DA2D3A
Black with #DA2D3A
Text Example
Text Example
White with #DA2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D3A; }
p { color: rgb(218,45,58); }
H1.HeaderClassName
{
color: #DA2D3A;
}
.AnyTagClassName
{
color: #DA2D3A;
}
</style>
background-color css
<style>
a { background-color: #DA2D3A; }
a { background-color: rgb(218,45,58); }
div.DivClassName
{
background-color: #DA2D3A;
}
.BgClassName
{
background-color: #DA2D3A;
}
</style>
border-color css
<style>
span { border-color: #DA2D3A; }
span { border-color: rgb(218,45,58); }
td.TdClassName
{
border-color: #DA2D3A;
}
.TagClassName
{
border-color: #DA2D3A;
}
</style>