Shades of Cerise #DD2966
Tints of Cerise #DD2966
RGB
CMYK
RGB Variations
Color information
#DD2966 (or 0xDD2966) is known color: Cerise. HEX triplet: DD, 29 and 66. RGB value is (221,41,102). Sum of RGB (Red+Green+Blue) = 221+41+102=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2966 is #22D699. Grayscale: #656565. Windows color (decimal): -2283162 or 6695389. OLE color: 6695389.
HSL color Cylindrical-coordinate representation of color #DD2966: hue angle of 339.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 #DD2966 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 102 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.13 |
| HSL | 339.67º | 0.73% | 0.51% | - |
| HSV(B) | 339.67º | 0.81% | 0.87% | - |
| XYZ | 33.01 | 17.92 | 14.29 | - |
| YUV | 101.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 102 | 0 | 0.81 | 0.54 | 0.13 | 339.67 | 0.73 | 0.51 |
| Hex | DD | 29 | 66 | 0 | 51 | 36 | D | 154 | 49 | 33 |
| Octal | 335 | 51 | 146 | 0 | 121 | 66 | 15 | 524 | 111 | 63 |
| Binary | 11011101 | 101001 | 1100110 | 0 | 1010001 | 110110 | 1101 | 101010100 | 1001001 | 110011 |
Color Harmonies of #DD2966
Complementary color
Monochromatic Colors of #DD2966
Black with #DD2966
Text Example
Text Example
White with #DD2966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2966; }
p { color: rgb(221,41,102); }
H1.HeaderClassName
{
color: #DD2966;
}
.AnyTagClassName
{
color: #DD2966;
}
</style>
background-color css
<style>
a { background-color: #DD2966; }
a { background-color: rgb(221,41,102); }
div.DivClassName
{
background-color: #DD2966;
}
.BgClassName
{
background-color: #DD2966;
}
</style>
border-color css
<style>
span { border-color: #DD2966; }
span { border-color: rgb(221,41,102); }
td.TdClassName
{
border-color: #DD2966;
}
.TagClassName
{
border-color: #DD2966;
}
</style>