Shades of Cerise #DD255E
Tints of Cerise #DD255E
RGB
CMYK
RGB Variations
Color information
#DD255E (or 0xDD255E) is known color: Cerise. HEX triplet: DD, 25 and 5E. RGB value is (221,37,94). Sum of RGB (Red+Green+Blue) = 221+37+94=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD255E is #22DAA1. Grayscale: #626262. Windows color (decimal): -2284194 or 6170077. OLE color: 6170077.
HSL color Cylindrical-coordinate representation of color #DD255E: hue angle of 341.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD255E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 94 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.13 |
| HSL | 341.41º | 0.73% | 0.51% | - |
| HSV(B) | 341.41º | 0.83% | 0.87% | - |
| XYZ | 32.5 | 17.5 | 12.26 | - |
| YUV | 98.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 94 | 0 | 0.83 | 0.57 | 0.13 | 341.41 | 0.73 | 0.51 |
| Hex | DD | 25 | 5E | 0 | 53 | 39 | D | 155 | 49 | 33 |
| Octal | 335 | 45 | 136 | 0 | 123 | 71 | 15 | 525 | 111 | 63 |
| Binary | 11011101 | 100101 | 1011110 | 0 | 1010011 | 111001 | 1101 | 101010101 | 1001001 | 110011 |
Color Harmonies of #DD255E
Complementary color
Monochromatic Colors of #DD255E
Black with #DD255E
Text Example
Text Example
White with #DD255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD255E; }
p { color: rgb(221,37,94); }
H1.HeaderClassName
{
color: #DD255E;
}
.AnyTagClassName
{
color: #DD255E;
}
</style>
background-color css
<style>
a { background-color: #DD255E; }
a { background-color: rgb(221,37,94); }
div.DivClassName
{
background-color: #DD255E;
}
.BgClassName
{
background-color: #DD255E;
}
</style>
border-color css
<style>
span { border-color: #DD255E; }
span { border-color: rgb(221,37,94); }
td.TdClassName
{
border-color: #DD255E;
}
.TagClassName
{
border-color: #DD255E;
}
</style>