Shades of Cerise #DD3E56
Tints of Cerise #DD3E56
RGB
CMYK
RGB Variations
Color information
#DD3E56 (or 0xDD3E56) is known color: Cerise. HEX triplet: DD, 3E and 56. RGB value is (221,62,86). Sum of RGB (Red+Green+Blue) = 221+62+86=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E56 is #22C1A9. Grayscale: #707070. Windows color (decimal): -2277802 or 5652189. OLE color: 5652189.
HSL color Cylindrical-coordinate representation of color #DD3E56: hue angle of 350.94º 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 #DD3E56 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 86 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.13 |
| HSL | 350.94º | 0.7% | 0.55% | - |
| HSV(B) | 350.94º | 0.72% | 0.87% | - |
| XYZ | 33.22 | 19.49 | 10.81 | - |
| YUV | 112.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 86 | 0 | 0.72 | 0.61 | 0.13 | 350.94 | 0.7 | 0.55 |
| Hex | DD | 3E | 56 | 0 | 48 | 3D | D | 15F | 46 | 37 |
| Octal | 335 | 76 | 126 | 0 | 110 | 75 | 15 | 537 | 106 | 67 |
| Binary | 11011101 | 111110 | 1010110 | 0 | 1001000 | 111101 | 1101 | 101011111 | 1000110 | 110111 |
Color Harmonies of #DD3E56
Complementary color
Monochromatic Colors of #DD3E56
Black with #DD3E56
Text Example
Text Example
White with #DD3E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E56; }
p { color: rgb(221,62,86); }
H1.HeaderClassName
{
color: #DD3E56;
}
.AnyTagClassName
{
color: #DD3E56;
}
</style>
background-color css
<style>
a { background-color: #DD3E56; }
a { background-color: rgb(221,62,86); }
div.DivClassName
{
background-color: #DD3E56;
}
.BgClassName
{
background-color: #DD3E56;
}
</style>
border-color css
<style>
span { border-color: #DD3E56; }
span { border-color: rgb(221,62,86); }
td.TdClassName
{
border-color: #DD3E56;
}
.TagClassName
{
border-color: #DD3E56;
}
</style>