Shades of Cerise #DD2A5E
Tints of Cerise #DD2A5E
RGB
CMYK
RGB Variations
Color information
#DD2A5E (or 0xDD2A5E) is known color: Cerise. HEX triplet: DD, 2A and 5E. RGB value is (221,42,94). Sum of RGB (Red+Green+Blue) = 221+42+94=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A5E is #22D5A1. Grayscale: #656565. Windows color (decimal): -2282914 or 6171357. OLE color: 6171357.
HSL color Cylindrical-coordinate representation of color #DD2A5E: hue angle of 342.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A5E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 94 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.13 |
| HSL | 342.57º | 0.72% | 0.52% | - |
| HSV(B) | 342.57º | 0.81% | 0.87% | - |
| XYZ | 32.67 | 17.84 | 12.31 | - |
| YUV | 101.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 94 | 0 | 0.81 | 0.57 | 0.13 | 342.57 | 0.72 | 0.52 |
| Hex | DD | 2A | 5E | 0 | 51 | 39 | D | 157 | 48 | 34 |
| Octal | 335 | 52 | 136 | 0 | 121 | 71 | 15 | 527 | 110 | 64 |
| Binary | 11011101 | 101010 | 1011110 | 0 | 1010001 | 111001 | 1101 | 101010111 | 1001000 | 110100 |
Color Harmonies of #DD2A5E
Complementary color
Monochromatic Colors of #DD2A5E
Black with #DD2A5E
Text Example
Text Example
White with #DD2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A5E; }
p { color: rgb(221,42,94); }
H1.HeaderClassName
{
color: #DD2A5E;
}
.AnyTagClassName
{
color: #DD2A5E;
}
</style>
background-color css
<style>
a { background-color: #DD2A5E; }
a { background-color: rgb(221,42,94); }
div.DivClassName
{
background-color: #DD2A5E;
}
.BgClassName
{
background-color: #DD2A5E;
}
</style>
border-color css
<style>
span { border-color: #DD2A5E; }
span { border-color: rgb(221,42,94); }
td.TdClassName
{
border-color: #DD2A5E;
}
.TagClassName
{
border-color: #DD2A5E;
}
</style>