Shades of Alizarin #DD2D3D
Tints of Alizarin #DD2D3D
RGB
CMYK
RGB Variations
Color information
#DD2D3D (or 0xDD2D3D) is known color: Alizarin. HEX triplet: DD, 2D and 3D. RGB value is (221,45,61). Sum of RGB (Red+Green+Blue) = 221+45+61=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D3D is #22D2C2. Grayscale: #636363. Windows color (decimal): -2282179 or 4009437. OLE color: 4009437.
HSL color Cylindrical-coordinate representation of color #DD2D3D: hue angle of 354.55º 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 #DD2D3D is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 61 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.13 |
| HSL | 354.55º | 0.72% | 0.52% | - |
| HSV(B) | 354.55º | 0.8% | 0.87% | - |
| XYZ | 31.6 | 17.59 | 6.14 | - |
| YUV | 99.45 | 106.31 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 61 | 0 | 0.80 | 0.72 | 0.13 | 354.55 | 0.72 | 0.52 |
| Hex | DD | 2D | 3D | 0 | 50 | 48 | D | 163 | 48 | 34 |
| Octal | 335 | 55 | 75 | 0 | 120 | 110 | 15 | 543 | 110 | 64 |
| Binary | 11011101 | 101101 | 111101 | 0 | 1010000 | 1001000 | 1101 | 101100011 | 1001000 | 110100 |
Color Harmonies of #DD2D3D
Complementary color
Monochromatic Colors of #DD2D3D
Black with #DD2D3D
Text Example
Text Example
White with #DD2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D3D; }
p { color: rgb(221,45,61); }
H1.HeaderClassName
{
color: #DD2D3D;
}
.AnyTagClassName
{
color: #DD2D3D;
}
</style>
background-color css
<style>
a { background-color: #DD2D3D; }
a { background-color: rgb(221,45,61); }
div.DivClassName
{
background-color: #DD2D3D;
}
.BgClassName
{
background-color: #DD2D3D;
}
</style>
border-color css
<style>
span { border-color: #DD2D3D; }
span { border-color: rgb(221,45,61); }
td.TdClassName
{
border-color: #DD2D3D;
}
.TagClassName
{
border-color: #DD2D3D;
}
</style>