Shades of Alizarin #DA2943
Tints of Alizarin #DA2943
RGB
CMYK
RGB Variations
Color information
#DA2943 (or 0xDA2943) is known color: Alizarin. HEX triplet: DA, 29 and 43. RGB value is (218,41,67). Sum of RGB (Red+Green+Blue) = 218+41+67=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2943 is #25D6BC. Grayscale: #606060. Windows color (decimal): -2479805 or 4401626. OLE color: 4401626.
HSL color Cylindrical-coordinate representation of color #DA2943: hue angle of 351.19º degrees, saturation: 0.71, 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 #DA2943 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 67 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.15 |
| HSL | 351.19º | 0.71% | 0.51% | - |
| HSV(B) | 351.19º | 0.81% | 0.85% | - |
| XYZ | 30.72 | 16.9 | 6.95 | - |
| YUV | 96.89 | 111.14 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 67 | 0 | 0.81 | 0.69 | 0.15 | 351.19 | 0.71 | 0.51 |
| Hex | DA | 29 | 43 | 0 | 51 | 45 | F | 15F | 47 | 33 |
| Octal | 332 | 51 | 103 | 0 | 121 | 105 | 17 | 537 | 107 | 63 |
| Binary | 11011010 | 101001 | 1000011 | 0 | 1010001 | 1000101 | 1111 | 101011111 | 1000111 | 110011 |
Color Harmonies of #DA2943
Complementary color
Monochromatic Colors of #DA2943
Black with #DA2943
Text Example
Text Example
White with #DA2943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2943; }
p { color: rgb(218,41,67); }
H1.HeaderClassName
{
color: #DA2943;
}
.AnyTagClassName
{
color: #DA2943;
}
</style>
background-color css
<style>
a { background-color: #DA2943; }
a { background-color: rgb(218,41,67); }
div.DivClassName
{
background-color: #DA2943;
}
.BgClassName
{
background-color: #DA2943;
}
</style>
border-color css
<style>
span { border-color: #DA2943; }
span { border-color: rgb(218,41,67); }
td.TdClassName
{
border-color: #DA2943;
}
.TagClassName
{
border-color: #DA2943;
}
</style>