Shades of Cerise #DD225D
Tints of Cerise #DD225D
RGB
CMYK
RGB Variations
Color information
#DD225D (or 0xDD225D) is known color: Cerise. HEX triplet: DD, 22 and 5D. RGB value is (221,34,93). Sum of RGB (Red+Green+Blue) = 221+34+93=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD225D is #22DDA2. Grayscale: #606060. Windows color (decimal): -2284963 or 6103773. OLE color: 6103773.
HSL color Cylindrical-coordinate representation of color #DD225D: hue angle of 341.07º 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 #DD225D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 93 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.13 |
| HSL | 341.07º | 0.73% | 0.5% | - |
| HSV(B) | 341.07º | 0.85% | 0.87% | - |
| XYZ | 32.37 | 17.31 | 11.99 | - |
| YUV | 96.64 | 125.95 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 93 | 0 | 0.85 | 0.58 | 0.13 | 341.07 | 0.73 | 0.5 |
| Hex | DD | 22 | 5D | 0 | 55 | 3A | D | 155 | 49 | 32 |
| Octal | 335 | 42 | 135 | 0 | 125 | 72 | 15 | 525 | 111 | 62 |
| Binary | 11011101 | 100010 | 1011101 | 0 | 1010101 | 111010 | 1101 | 101010101 | 1001001 | 110010 |
Color Harmonies of #DD225D
Complementary color
Monochromatic Colors of #DD225D
Black with #DD225D
Text Example
Text Example
White with #DD225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD225D; }
p { color: rgb(221,34,93); }
H1.HeaderClassName
{
color: #DD225D;
}
.AnyTagClassName
{
color: #DD225D;
}
</style>
background-color css
<style>
a { background-color: #DD225D; }
a { background-color: rgb(221,34,93); }
div.DivClassName
{
background-color: #DD225D;
}
.BgClassName
{
background-color: #DD225D;
}
</style>
border-color css
<style>
span { border-color: #DD225D; }
span { border-color: rgb(221,34,93); }
td.TdClassName
{
border-color: #DD225D;
}
.TagClassName
{
border-color: #DD225D;
}
</style>