Shades of Alizarin #DD2D43
Tints of Alizarin #DD2D43
RGB
CMYK
RGB Variations
Color information
#DD2D43 (or 0xDD2D43) is known color: Alizarin. HEX triplet: DD, 2D and 43. RGB value is (221,45,67). Sum of RGB (Red+Green+Blue) = 221+45+67=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D43 is #22D2BC. Grayscale: #646464. Windows color (decimal): -2282173 or 4402653. OLE color: 4402653.
HSL color Cylindrical-coordinate representation of color #DD2D43: hue angle of 352.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D43 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 67 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.13 |
| HSL | 352.5º | 0.72% | 0.52% | - |
| HSV(B) | 352.5º | 0.8% | 0.87% | - |
| XYZ | 31.77 | 17.65 | 7.04 | - |
| YUV | 100.13 | 109.31 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 67 | 0 | 0.80 | 0.70 | 0.13 | 352.5 | 0.72 | 0.52 |
| Hex | DD | 2D | 43 | 0 | 50 | 46 | D | 160 | 48 | 34 |
| Octal | 335 | 55 | 103 | 0 | 120 | 106 | 15 | 540 | 110 | 64 |
| Binary | 11011101 | 101101 | 1000011 | 0 | 1010000 | 1000110 | 1101 | 101100000 | 1001000 | 110100 |
Color Harmonies of #DD2D43
Complementary color
Monochromatic Colors of #DD2D43
Black with #DD2D43
Text Example
Text Example
White with #DD2D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D43; }
p { color: rgb(221,45,67); }
H1.HeaderClassName
{
color: #DD2D43;
}
.AnyTagClassName
{
color: #DD2D43;
}
</style>
background-color css
<style>
a { background-color: #DD2D43; }
a { background-color: rgb(221,45,67); }
div.DivClassName
{
background-color: #DD2D43;
}
.BgClassName
{
background-color: #DD2D43;
}
</style>
border-color css
<style>
span { border-color: #DD2D43; }
span { border-color: rgb(221,45,67); }
td.TdClassName
{
border-color: #DD2D43;
}
.TagClassName
{
border-color: #DD2D43;
}
</style>