Shades of Cerise #DD3E5C
Tints of Cerise #DD3E5C
RGB
CMYK
RGB Variations
Color information
#DD3E5C (or 0xDD3E5C) is known color: Cerise. HEX triplet: DD, 3E and 5C. RGB value is (221,62,92). Sum of RGB (Red+Green+Blue) = 221+62+92=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E5C is #22C1A3. Grayscale: #717171. Windows color (decimal): -2277796 or 6045405. OLE color: 6045405.
HSL color Cylindrical-coordinate representation of color #DD3E5C: hue angle of 348.68º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E5C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 92 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.13 |
| HSL | 348.68º | 0.7% | 0.55% | - |
| HSV(B) | 348.68º | 0.72% | 0.87% | - |
| XYZ | 33.47 | 19.59 | 12.14 | - |
| YUV | 112.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 92 | 0 | 0.72 | 0.58 | 0.13 | 348.68 | 0.7 | 0.55 |
| Hex | DD | 3E | 5C | 0 | 48 | 3A | D | 15D | 46 | 37 |
| Octal | 335 | 76 | 134 | 0 | 110 | 72 | 15 | 535 | 106 | 67 |
| Binary | 11011101 | 111110 | 1011100 | 0 | 1001000 | 111010 | 1101 | 101011101 | 1000110 | 110111 |
Color Harmonies of #DD3E5C
Complementary color
Monochromatic Colors of #DD3E5C
Black with #DD3E5C
Text Example
Text Example
White with #DD3E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E5C; }
p { color: rgb(221,62,92); }
H1.HeaderClassName
{
color: #DD3E5C;
}
.AnyTagClassName
{
color: #DD3E5C;
}
</style>
background-color css
<style>
a { background-color: #DD3E5C; }
a { background-color: rgb(221,62,92); }
div.DivClassName
{
background-color: #DD3E5C;
}
.BgClassName
{
background-color: #DD3E5C;
}
</style>
border-color css
<style>
span { border-color: #DD3E5C; }
span { border-color: rgb(221,62,92); }
td.TdClassName
{
border-color: #DD3E5C;
}
.TagClassName
{
border-color: #DD3E5C;
}
</style>