Shades of Alizarin #DD2D3A
Tints of Alizarin #DD2D3A
RGB
CMYK
RGB Variations
Color information
#DD2D3A (or 0xDD2D3A) is known color: Alizarin. HEX triplet: DD, 2D and 3A. RGB value is (221,45,58). Sum of RGB (Red+Green+Blue) = 221+45+58=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D3A is #22D2C5. Grayscale: #636363. Windows color (decimal): -2282182 or 3812829. OLE color: 3812829.
HSL color Cylindrical-coordinate representation of color #DD2D3A: hue angle of 355.57º 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 #DD2D3A is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 58 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.13 |
| HSL | 355.57º | 0.72% | 0.52% | - |
| HSV(B) | 355.57º | 0.8% | 0.87% | - |
| XYZ | 31.52 | 17.55 | 5.73 | - |
| YUV | 99.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 58 | 0 | 0.80 | 0.74 | 0.13 | 355.57 | 0.72 | 0.52 |
| Hex | DD | 2D | 3A | 0 | 50 | 4A | D | 164 | 48 | 34 |
| Octal | 335 | 55 | 72 | 0 | 120 | 112 | 15 | 544 | 110 | 64 |
| Binary | 11011101 | 101101 | 111010 | 0 | 1010000 | 1001010 | 1101 | 101100100 | 1001000 | 110100 |
Color Harmonies of #DD2D3A
Complementary color
Monochromatic Colors of #DD2D3A
Black with #DD2D3A
Text Example
Text Example
White with #DD2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D3A; }
p { color: rgb(221,45,58); }
H1.HeaderClassName
{
color: #DD2D3A;
}
.AnyTagClassName
{
color: #DD2D3A;
}
</style>
background-color css
<style>
a { background-color: #DD2D3A; }
a { background-color: rgb(221,45,58); }
div.DivClassName
{
background-color: #DD2D3A;
}
.BgClassName
{
background-color: #DD2D3A;
}
</style>
border-color css
<style>
span { border-color: #DD2D3A; }
span { border-color: rgb(221,45,58); }
td.TdClassName
{
border-color: #DD2D3A;
}
.TagClassName
{
border-color: #DD2D3A;
}
</style>