Shades of Cerise #DD2960
Tints of Cerise #DD2960
RGB
CMYK
RGB Variations
Color information
#DD2960 (or 0xDD2960) is known color: Cerise. HEX triplet: DD, 29 and 60. RGB value is (221,41,96). Sum of RGB (Red+Green+Blue) = 221+41+96=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2960 is #22D69F. Grayscale: #656565. Windows color (decimal): -2283168 or 6302173. OLE color: 6302173.
HSL color Cylindrical-coordinate representation of color #DD2960: hue angle of 341.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2960 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 96 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.13 |
| HSL | 341.67º | 0.73% | 0.51% | - |
| HSV(B) | 341.67º | 0.81% | 0.87% | - |
| XYZ | 32.72 | 17.8 | 12.78 | - |
| YUV | 101.09 | 125.13 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 96 | 0 | 0.81 | 0.57 | 0.13 | 341.67 | 0.73 | 0.51 |
| Hex | DD | 29 | 60 | 0 | 51 | 39 | D | 156 | 49 | 33 |
| Octal | 335 | 51 | 140 | 0 | 121 | 71 | 15 | 526 | 111 | 63 |
| Binary | 11011101 | 101001 | 1100000 | 0 | 1010001 | 111001 | 1101 | 101010110 | 1001001 | 110011 |
Color Harmonies of #DD2960
Complementary color
Monochromatic Colors of #DD2960
Black with #DD2960
Text Example
Text Example
White with #DD2960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2960; }
p { color: rgb(221,41,96); }
H1.HeaderClassName
{
color: #DD2960;
}
.AnyTagClassName
{
color: #DD2960;
}
</style>
background-color css
<style>
a { background-color: #DD2960; }
a { background-color: rgb(221,41,96); }
div.DivClassName
{
background-color: #DD2960;
}
.BgClassName
{
background-color: #DD2960;
}
</style>
border-color css
<style>
span { border-color: #DD2960; }
span { border-color: rgb(221,41,96); }
td.TdClassName
{
border-color: #DD2960;
}
.TagClassName
{
border-color: #DD2960;
}
</style>