Shades of Cerise #DD225E
Tints of Cerise #DD225E
RGB
CMYK
RGB Variations
Color information
#DD225E (or 0xDD225E) is known color: Cerise. HEX triplet: DD, 22 and 5E. RGB value is (221,34,94). Sum of RGB (Red+Green+Blue) = 221+34+94=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD225E is #22DDA1. Grayscale: #606060. Windows color (decimal): -2284962 or 6169309. OLE color: 6169309.
HSL color Cylindrical-coordinate representation of color #DD225E: hue angle of 340.75º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD225E is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 94 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.13 |
| HSL | 340.75º | 0.73% | 0.5% | - |
| HSV(B) | 340.75º | 0.85% | 0.87% | - |
| XYZ | 32.41 | 17.32 | 12.23 | - |
| YUV | 96.75 | 126.45 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 94 | 0 | 0.85 | 0.57 | 0.13 | 340.75 | 0.73 | 0.5 |
| Hex | DD | 22 | 5E | 0 | 55 | 39 | D | 155 | 49 | 32 |
| Octal | 335 | 42 | 136 | 0 | 125 | 71 | 15 | 525 | 111 | 62 |
| Binary | 11011101 | 100010 | 1011110 | 0 | 1010101 | 111001 | 1101 | 101010101 | 1001001 | 110010 |
Color Harmonies of #DD225E
Complementary color
Monochromatic Colors of #DD225E
Black with #DD225E
Text Example
Text Example
White with #DD225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD225E; }
p { color: rgb(221,34,94); }
H1.HeaderClassName
{
color: #DD225E;
}
.AnyTagClassName
{
color: #DD225E;
}
</style>
background-color css
<style>
a { background-color: #DD225E; }
a { background-color: rgb(221,34,94); }
div.DivClassName
{
background-color: #DD225E;
}
.BgClassName
{
background-color: #DD225E;
}
</style>
border-color css
<style>
span { border-color: #DD225E; }
span { border-color: rgb(221,34,94); }
td.TdClassName
{
border-color: #DD225E;
}
.TagClassName
{
border-color: #DD225E;
}
</style>