Shades of Alizarin #DD2B43
Tints of Alizarin #DD2B43
RGB
CMYK
RGB Variations
Color information
#DD2B43 (or 0xDD2B43) is known color: Alizarin. HEX triplet: DD, 2B and 43. RGB value is (221,43,67). Sum of RGB (Red+Green+Blue) = 221+43+67=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B43 is #22D4BC. Grayscale: #636363. Windows color (decimal): -2282685 or 4402141. OLE color: 4402141.
HSL color Cylindrical-coordinate representation of color #DD2B43: hue angle of 351.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B43 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 67 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.13 |
| HSL | 351.91º | 0.72% | 0.52% | - |
| HSV(B) | 351.91º | 0.81% | 0.87% | - |
| XYZ | 31.7 | 17.51 | 7.02 | - |
| YUV | 98.96 | 109.97 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 67 | 0 | 0.81 | 0.70 | 0.13 | 351.91 | 0.72 | 0.52 |
| Hex | DD | 2B | 43 | 0 | 51 | 46 | D | 160 | 48 | 34 |
| Octal | 335 | 53 | 103 | 0 | 121 | 106 | 15 | 540 | 110 | 64 |
| Binary | 11011101 | 101011 | 1000011 | 0 | 1010001 | 1000110 | 1101 | 101100000 | 1001000 | 110100 |
Color Harmonies of #DD2B43
Complementary color
Monochromatic Colors of #DD2B43
Black with #DD2B43
Text Example
Text Example
White with #DD2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B43; }
p { color: rgb(221,43,67); }
H1.HeaderClassName
{
color: #DD2B43;
}
.AnyTagClassName
{
color: #DD2B43;
}
</style>
background-color css
<style>
a { background-color: #DD2B43; }
a { background-color: rgb(221,43,67); }
div.DivClassName
{
background-color: #DD2B43;
}
.BgClassName
{
background-color: #DD2B43;
}
</style>
border-color css
<style>
span { border-color: #DD2B43; }
span { border-color: rgb(221,43,67); }
td.TdClassName
{
border-color: #DD2B43;
}
.TagClassName
{
border-color: #DD2B43;
}
</style>