Shades of Cerise #DD245B
Tints of Cerise #DD245B
RGB
CMYK
RGB Variations
Color information
#DD245B (or 0xDD245B) is known color: Cerise. HEX triplet: DD, 24 and 5B. RGB value is (221,36,91). Sum of RGB (Red+Green+Blue) = 221+36+91=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD245B is #22DBA4. Grayscale: #616161. Windows color (decimal): -2284453 or 5973213. OLE color: 5973213.
HSL color Cylindrical-coordinate representation of color #DD245B: hue angle of 342.16º 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 #DD245B is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 91 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.13 |
| HSL | 342.16º | 0.73% | 0.5% | - |
| HSV(B) | 342.16º | 0.84% | 0.87% | - |
| XYZ | 32.34 | 17.39 | 11.55 | - |
| YUV | 97.59 | 124.29 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 91 | 0 | 0.84 | 0.59 | 0.13 | 342.16 | 0.73 | 0.5 |
| Hex | DD | 24 | 5B | 0 | 54 | 3B | D | 156 | 49 | 32 |
| Octal | 335 | 44 | 133 | 0 | 124 | 73 | 15 | 526 | 111 | 62 |
| Binary | 11011101 | 100100 | 1011011 | 0 | 1010100 | 111011 | 1101 | 101010110 | 1001001 | 110010 |
Color Harmonies of #DD245B
Complementary color
Monochromatic Colors of #DD245B
Black with #DD245B
Text Example
Text Example
White with #DD245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD245B; }
p { color: rgb(221,36,91); }
H1.HeaderClassName
{
color: #DD245B;
}
.AnyTagClassName
{
color: #DD245B;
}
</style>
background-color css
<style>
a { background-color: #DD245B; }
a { background-color: rgb(221,36,91); }
div.DivClassName
{
background-color: #DD245B;
}
.BgClassName
{
background-color: #DD245B;
}
</style>
border-color css
<style>
span { border-color: #DD245B; }
span { border-color: rgb(221,36,91); }
td.TdClassName
{
border-color: #DD245B;
}
.TagClassName
{
border-color: #DD245B;
}
</style>