Shades of Cerise #DD255D
Tints of Cerise #DD255D
RGB
CMYK
RGB Variations
Color information
#DD255D (or 0xDD255D) is known color: Cerise. HEX triplet: DD, 25 and 5D. RGB value is (221,37,93). Sum of RGB (Red+Green+Blue) = 221+37+93=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD255D is #22DAA2. Grayscale: #626262. Windows color (decimal): -2284195 or 6104541. OLE color: 6104541.
HSL color Cylindrical-coordinate representation of color #DD255D: hue angle of 341.74º 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 #DD255D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 93 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.13 |
| HSL | 341.74º | 0.73% | 0.51% | - |
| HSV(B) | 341.74º | 0.83% | 0.87% | - |
| XYZ | 32.46 | 17.49 | 12.02 | - |
| YUV | 98.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 93 | 0 | 0.83 | 0.58 | 0.13 | 341.74 | 0.73 | 0.51 |
| Hex | DD | 25 | 5D | 0 | 53 | 3A | D | 156 | 49 | 33 |
| Octal | 335 | 45 | 135 | 0 | 123 | 72 | 15 | 526 | 111 | 63 |
| Binary | 11011101 | 100101 | 1011101 | 0 | 1010011 | 111010 | 1101 | 101010110 | 1001001 | 110011 |
Color Harmonies of #DD255D
Complementary color
Monochromatic Colors of #DD255D
Black with #DD255D
Text Example
Text Example
White with #DD255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD255D; }
p { color: rgb(221,37,93); }
H1.HeaderClassName
{
color: #DD255D;
}
.AnyTagClassName
{
color: #DD255D;
}
</style>
background-color css
<style>
a { background-color: #DD255D; }
a { background-color: rgb(221,37,93); }
div.DivClassName
{
background-color: #DD255D;
}
.BgClassName
{
background-color: #DD255D;
}
</style>
border-color css
<style>
span { border-color: #DD255D; }
span { border-color: rgb(221,37,93); }
td.TdClassName
{
border-color: #DD255D;
}
.TagClassName
{
border-color: #DD255D;
}
</style>