Shades of Cerise #DD405E
Tints of Cerise #DD405E
RGB
CMYK
RGB Variations
Color information
#DD405E (or 0xDD405E) is known color: Cerise. HEX triplet: DD, 40 and 5E. RGB value is (221,64,94). Sum of RGB (Red+Green+Blue) = 221+64+94=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD405E is #22BFA1. Grayscale: #727272. Windows color (decimal): -2277282 or 6176989. OLE color: 6176989.
HSL color Cylindrical-coordinate representation of color #DD405E: hue angle of 348.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD405E is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 94 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.13 |
| HSL | 348.54º | 0.7% | 0.56% | - |
| HSV(B) | 348.54º | 0.71% | 0.87% | - |
| XYZ | 33.67 | 19.85 | 12.65 | - |
| YUV | 114.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 94 | 0 | 0.71 | 0.57 | 0.13 | 348.54 | 0.7 | 0.56 |
| Hex | DD | 40 | 5E | 0 | 47 | 39 | D | 15D | 46 | 38 |
| Octal | 335 | 100 | 136 | 0 | 107 | 71 | 15 | 535 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1011110 | 0 | 1000111 | 111001 | 1101 | 101011101 | 1000110 | 111000 |
Color Harmonies of #DD405E
Complementary color
Monochromatic Colors of #DD405E
Black with #DD405E
Text Example
Text Example
White with #DD405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD405E; }
p { color: rgb(221,64,94); }
H1.HeaderClassName
{
color: #DD405E;
}
.AnyTagClassName
{
color: #DD405E;
}
</style>
background-color css
<style>
a { background-color: #DD405E; }
a { background-color: rgb(221,64,94); }
div.DivClassName
{
background-color: #DD405E;
}
.BgClassName
{
background-color: #DD405E;
}
</style>
border-color css
<style>
span { border-color: #DD405E; }
span { border-color: rgb(221,64,94); }
td.TdClassName
{
border-color: #DD405E;
}
.TagClassName
{
border-color: #DD405E;
}
</style>