Shades of Cerise #DD3E57
Tints of Cerise #DD3E57
RGB
CMYK
RGB Variations
Color information
#DD3E57 (or 0xDD3E57) is known color: Cerise. HEX triplet: DD, 3E and 57. RGB value is (221,62,87). Sum of RGB (Red+Green+Blue) = 221+62+87=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E57 is #22C1A8. Grayscale: #707070. Windows color (decimal): -2277801 or 5717725. OLE color: 5717725.
HSL color Cylindrical-coordinate representation of color #DD3E57: hue angle of 350.57º 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 #DD3E57 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 87 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.13 |
| HSL | 350.57º | 0.7% | 0.55% | - |
| HSV(B) | 350.57º | 0.72% | 0.87% | - |
| XYZ | 33.26 | 19.51 | 11.03 | - |
| YUV | 112.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 87 | 0 | 0.72 | 0.61 | 0.13 | 350.57 | 0.7 | 0.55 |
| Hex | DD | 3E | 57 | 0 | 48 | 3D | D | 15F | 46 | 37 |
| Octal | 335 | 76 | 127 | 0 | 110 | 75 | 15 | 537 | 106 | 67 |
| Binary | 11011101 | 111110 | 1010111 | 0 | 1001000 | 111101 | 1101 | 101011111 | 1000110 | 110111 |
Color Harmonies of #DD3E57
Complementary color
Monochromatic Colors of #DD3E57
Black with #DD3E57
Text Example
Text Example
White with #DD3E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E57; }
p { color: rgb(221,62,87); }
H1.HeaderClassName
{
color: #DD3E57;
}
.AnyTagClassName
{
color: #DD3E57;
}
</style>
background-color css
<style>
a { background-color: #DD3E57; }
a { background-color: rgb(221,62,87); }
div.DivClassName
{
background-color: #DD3E57;
}
.BgClassName
{
background-color: #DD3E57;
}
</style>
border-color css
<style>
span { border-color: #DD3E57; }
span { border-color: rgb(221,62,87); }
td.TdClassName
{
border-color: #DD3E57;
}
.TagClassName
{
border-color: #DD3E57;
}
</style>