Shades of Cerise #DD2360
Tints of Cerise #DD2360
RGB
CMYK
RGB Variations
Color information
#DD2360 (or 0xDD2360) is known color: Cerise. HEX triplet: DD, 23 and 60. RGB value is (221,35,96). Sum of RGB (Red+Green+Blue) = 221+35+96=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2360 is #22DC9F. Grayscale: #616161. Windows color (decimal): -2284704 or 6300637. OLE color: 6300637.
HSL color Cylindrical-coordinate representation of color #DD2360: hue angle of 340.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2360 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 96 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.13 |
| HSL | 340.32º | 0.73% | 0.5% | - |
| HSV(B) | 340.32º | 0.84% | 0.87% | - |
| XYZ | 32.53 | 17.42 | 12.71 | - |
| YUV | 97.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 96 | 0 | 0.84 | 0.57 | 0.13 | 340.32 | 0.73 | 0.5 |
| Hex | DD | 23 | 60 | 0 | 54 | 39 | D | 154 | 49 | 32 |
| Octal | 335 | 43 | 140 | 0 | 124 | 71 | 15 | 524 | 111 | 62 |
| Binary | 11011101 | 100011 | 1100000 | 0 | 1010100 | 111001 | 1101 | 101010100 | 1001001 | 110010 |
Color Harmonies of #DD2360
Complementary color
Monochromatic Colors of #DD2360
Black with #DD2360
Text Example
Text Example
White with #DD2360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2360; }
p { color: rgb(221,35,96); }
H1.HeaderClassName
{
color: #DD2360;
}
.AnyTagClassName
{
color: #DD2360;
}
</style>
background-color css
<style>
a { background-color: #DD2360; }
a { background-color: rgb(221,35,96); }
div.DivClassName
{
background-color: #DD2360;
}
.BgClassName
{
background-color: #DD2360;
}
</style>
border-color css
<style>
span { border-color: #DD2360; }
span { border-color: rgb(221,35,96); }
td.TdClassName
{
border-color: #DD2360;
}
.TagClassName
{
border-color: #DD2360;
}
</style>