Shades of Cerise #DD3F5E
Tints of Cerise #DD3F5E
RGB
CMYK
RGB Variations
Color information
#DD3F5E (or 0xDD3F5E) is known color: Cerise. HEX triplet: DD, 3F and 5E. RGB value is (221,63,94). Sum of RGB (Red+Green+Blue) = 221+63+94=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F5E is #22C0A1. Grayscale: #717171. Windows color (decimal): -2277538 or 6176733. OLE color: 6176733.
HSL color Cylindrical-coordinate representation of color #DD3F5E: hue angle of 348.23º 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 #DD3F5E is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 94 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.13 |
| HSL | 348.23º | 0.7% | 0.56% | - |
| HSV(B) | 348.23º | 0.71% | 0.87% | - |
| XYZ | 33.62 | 19.74 | 12.63 | - |
| YUV | 113.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 94 | 0 | 0.71 | 0.57 | 0.13 | 348.23 | 0.7 | 0.56 |
| Hex | DD | 3F | 5E | 0 | 47 | 39 | D | 15C | 46 | 38 |
| Octal | 335 | 77 | 136 | 0 | 107 | 71 | 15 | 534 | 106 | 70 |
| Binary | 11011101 | 111111 | 1011110 | 0 | 1000111 | 111001 | 1101 | 101011100 | 1000110 | 111000 |
Color Harmonies of #DD3F5E
Complementary color
Monochromatic Colors of #DD3F5E
Black with #DD3F5E
Text Example
Text Example
White with #DD3F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F5E; }
p { color: rgb(221,63,94); }
H1.HeaderClassName
{
color: #DD3F5E;
}
.AnyTagClassName
{
color: #DD3F5E;
}
</style>
background-color css
<style>
a { background-color: #DD3F5E; }
a { background-color: rgb(221,63,94); }
div.DivClassName
{
background-color: #DD3F5E;
}
.BgClassName
{
background-color: #DD3F5E;
}
</style>
border-color css
<style>
span { border-color: #DD3F5E; }
span { border-color: rgb(221,63,94); }
td.TdClassName
{
border-color: #DD3F5E;
}
.TagClassName
{
border-color: #DD3F5E;
}
</style>