Shades of Alizarin #DD2E43
Tints of Alizarin #DD2E43
RGB
CMYK
RGB Variations
Color information
#DD2E43 (or 0xDD2E43) is known color: Alizarin. HEX triplet: DD, 2E and 43. RGB value is (221,46,67). Sum of RGB (Red+Green+Blue) = 221+46+67=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E43 is #22D1BC. Grayscale: #646464. Windows color (decimal): -2281917 or 4402909. OLE color: 4402909.
HSL color Cylindrical-coordinate representation of color #DD2E43: hue angle of 352.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E43 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 67 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.13 |
| HSL | 352.8º | 0.72% | 0.52% | - |
| HSV(B) | 352.8º | 0.79% | 0.87% | - |
| XYZ | 31.81 | 17.73 | 7.06 | - |
| YUV | 100.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 67 | 0 | 0.79 | 0.70 | 0.13 | 352.8 | 0.72 | 0.52 |
| Hex | DD | 2E | 43 | 0 | 4F | 46 | D | 161 | 48 | 34 |
| Octal | 335 | 56 | 103 | 0 | 117 | 106 | 15 | 541 | 110 | 64 |
| Binary | 11011101 | 101110 | 1000011 | 0 | 1001111 | 1000110 | 1101 | 101100001 | 1001000 | 110100 |
Color Harmonies of #DD2E43
Complementary color
Monochromatic Colors of #DD2E43
Black with #DD2E43
Text Example
Text Example
White with #DD2E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E43; }
p { color: rgb(221,46,67); }
H1.HeaderClassName
{
color: #DD2E43;
}
.AnyTagClassName
{
color: #DD2E43;
}
</style>
background-color css
<style>
a { background-color: #DD2E43; }
a { background-color: rgb(221,46,67); }
div.DivClassName
{
background-color: #DD2E43;
}
.BgClassName
{
background-color: #DD2E43;
}
</style>
border-color css
<style>
span { border-color: #DD2E43; }
span { border-color: rgb(221,46,67); }
td.TdClassName
{
border-color: #DD2E43;
}
.TagClassName
{
border-color: #DD2E43;
}
</style>