Shades of Alizarin #DA2A43
Tints of Alizarin #DA2A43
RGB
CMYK
RGB Variations
Color information
#DA2A43 (or 0xDA2A43) is known color: Alizarin. HEX triplet: DA, 2A and 43. RGB value is (218,42,67). Sum of RGB (Red+Green+Blue) = 218+42+67=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A43 is #25D5BC. Grayscale: #616161. Windows color (decimal): -2479549 or 4401882. OLE color: 4401882.
HSL color Cylindrical-coordinate representation of color #DA2A43: hue angle of 351.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A43 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 67 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.15 |
| HSL | 351.48º | 0.7% | 0.51% | - |
| HSV(B) | 351.48º | 0.81% | 0.85% | - |
| XYZ | 30.75 | 16.97 | 6.96 | - |
| YUV | 97.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 67 | 0 | 0.81 | 0.69 | 0.15 | 351.48 | 0.7 | 0.51 |
| Hex | DA | 2A | 43 | 0 | 51 | 45 | F | 15F | 46 | 33 |
| Octal | 332 | 52 | 103 | 0 | 121 | 105 | 17 | 537 | 106 | 63 |
| Binary | 11011010 | 101010 | 1000011 | 0 | 1010001 | 1000101 | 1111 | 101011111 | 1000110 | 110011 |
Color Harmonies of #DA2A43
Complementary color
Monochromatic Colors of #DA2A43
Black with #DA2A43
Text Example
Text Example
White with #DA2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A43; }
p { color: rgb(218,42,67); }
H1.HeaderClassName
{
color: #DA2A43;
}
.AnyTagClassName
{
color: #DA2A43;
}
</style>
background-color css
<style>
a { background-color: #DA2A43; }
a { background-color: rgb(218,42,67); }
div.DivClassName
{
background-color: #DA2A43;
}
.BgClassName
{
background-color: #DA2A43;
}
</style>
border-color css
<style>
span { border-color: #DA2A43; }
span { border-color: rgb(218,42,67); }
td.TdClassName
{
border-color: #DA2A43;
}
.TagClassName
{
border-color: #DA2A43;
}
</style>