Shades of Cerise #DD245E
Tints of Cerise #DD245E
RGB
CMYK
RGB Variations
Color information
#DD245E (or 0xDD245E) is known color: Cerise. HEX triplet: DD, 24 and 5E. RGB value is (221,36,94). Sum of RGB (Red+Green+Blue) = 221+36+94=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD245E is #22DBA1. Grayscale: #616161. Windows color (decimal): -2284450 or 6169821. OLE color: 6169821.
HSL color Cylindrical-coordinate representation of color #DD245E: hue angle of 341.19º 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 #DD245E is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 94 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.13 |
| HSL | 341.19º | 0.73% | 0.5% | - |
| HSV(B) | 341.19º | 0.84% | 0.87% | - |
| XYZ | 32.47 | 17.44 | 12.24 | - |
| YUV | 97.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 94 | 0 | 0.84 | 0.57 | 0.13 | 341.19 | 0.73 | 0.5 |
| Hex | DD | 24 | 5E | 0 | 54 | 39 | D | 155 | 49 | 32 |
| Octal | 335 | 44 | 136 | 0 | 124 | 71 | 15 | 525 | 111 | 62 |
| Binary | 11011101 | 100100 | 1011110 | 0 | 1010100 | 111001 | 1101 | 101010101 | 1001001 | 110010 |
Color Harmonies of #DD245E
Complementary color
Monochromatic Colors of #DD245E
Black with #DD245E
Text Example
Text Example
White with #DD245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD245E; }
p { color: rgb(221,36,94); }
H1.HeaderClassName
{
color: #DD245E;
}
.AnyTagClassName
{
color: #DD245E;
}
</style>
background-color css
<style>
a { background-color: #DD245E; }
a { background-color: rgb(221,36,94); }
div.DivClassName
{
background-color: #DD245E;
}
.BgClassName
{
background-color: #DD245E;
}
</style>
border-color css
<style>
span { border-color: #DD245E; }
span { border-color: rgb(221,36,94); }
td.TdClassName
{
border-color: #DD245E;
}
.TagClassName
{
border-color: #DD245E;
}
</style>