Shades of Cerise #DD2964
Tints of Cerise #DD2964
RGB
CMYK
RGB Variations
Color information
#DD2964 (or 0xDD2964) is known color: Cerise. HEX triplet: DD, 29 and 64. RGB value is (221,41,100). Sum of RGB (Red+Green+Blue) = 221+41+100=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2964 is #22D69B. Grayscale: #656565. Windows color (decimal): -2283164 or 6564317. OLE color: 6564317.
HSL color Cylindrical-coordinate representation of color #DD2964: hue angle of 340.33º 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 #DD2964 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 100 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.13 |
| HSL | 340.33º | 0.73% | 0.51% | - |
| HSV(B) | 340.33º | 0.81% | 0.87% | - |
| XYZ | 32.91 | 17.88 | 13.77 | - |
| YUV | 101.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 100 | 0 | 0.81 | 0.55 | 0.13 | 340.33 | 0.73 | 0.51 |
| Hex | DD | 29 | 64 | 0 | 51 | 37 | D | 154 | 49 | 33 |
| Octal | 335 | 51 | 144 | 0 | 121 | 67 | 15 | 524 | 111 | 63 |
| Binary | 11011101 | 101001 | 1100100 | 0 | 1010001 | 110111 | 1101 | 101010100 | 1001001 | 110011 |
Color Harmonies of #DD2964
Complementary color
Monochromatic Colors of #DD2964
Black with #DD2964
Text Example
Text Example
White with #DD2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2964; }
p { color: rgb(221,41,100); }
H1.HeaderClassName
{
color: #DD2964;
}
.AnyTagClassName
{
color: #DD2964;
}
</style>
background-color css
<style>
a { background-color: #DD2964; }
a { background-color: rgb(221,41,100); }
div.DivClassName
{
background-color: #DD2964;
}
.BgClassName
{
background-color: #DD2964;
}
</style>
border-color css
<style>
span { border-color: #DD2964; }
span { border-color: rgb(221,41,100); }
td.TdClassName
{
border-color: #DD2964;
}
.TagClassName
{
border-color: #DD2964;
}
</style>