Shades of Deep Cerise #DD24A2
Tints of Deep Cerise #DD24A2
RGB
CMYK
RGB Variations
Color information
#DD24A2 (or 0xDD24A2) is known color: Deep Cerise. HEX triplet: DD, 24 and A2. RGB value is (221,36,162). Sum of RGB (Red+Green+Blue) = 221+36+162=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24A2 is #22DB5D. Grayscale: #696969. Windows color (decimal): -2284382 or 10626269. OLE color: 10626269.
HSL color Cylindrical-coordinate representation of color #DD24A2: hue angle of 319.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD24A2 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 162 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.13 |
| HSL | 319.14º | 0.73% | 0.5% | - |
| HSV(B) | 319.14º | 0.84% | 0.87% | - |
| XYZ | 36.97 | 19.24 | 35.95 | - |
| YUV | 105.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 162 | 0 | 0.84 | 0.27 | 0.13 | 319.14 | 0.73 | 0.5 |
| Hex | DD | 24 | A2 | 0 | 54 | 1B | D | 13F | 49 | 32 |
| Octal | 335 | 44 | 242 | 0 | 124 | 33 | 15 | 477 | 111 | 62 |
| Binary | 11011101 | 100100 | 10100010 | 0 | 1010100 | 11011 | 1101 | 100111111 | 1001001 | 110010 |
Color Harmonies of #DD24A2
Complementary color
Monochromatic Colors of #DD24A2
Black with #DD24A2
Text Example
Text Example
White with #DD24A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24A2; }
p { color: rgb(221,36,162); }
H1.HeaderClassName
{
color: #DD24A2;
}
.AnyTagClassName
{
color: #DD24A2;
}
</style>
background-color css
<style>
a { background-color: #DD24A2; }
a { background-color: rgb(221,36,162); }
div.DivClassName
{
background-color: #DD24A2;
}
.BgClassName
{
background-color: #DD24A2;
}
</style>
border-color css
<style>
span { border-color: #DD24A2; }
span { border-color: rgb(221,36,162); }
td.TdClassName
{
border-color: #DD24A2;
}
.TagClassName
{
border-color: #DD24A2;
}
</style>