Shades of Cerise #DD3966
Tints of Cerise #DD3966
RGB
CMYK
RGB Variations
Color information
#DD3966 (or 0xDD3966) is known color: Cerise. HEX triplet: DD, 39 and 66. RGB value is (221,57,102). Sum of RGB (Red+Green+Blue) = 221+57+102=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3966 is #22C699. Grayscale: #6F6F6F. Windows color (decimal): -2279066 or 6699485. OLE color: 6699485.
HSL color Cylindrical-coordinate representation of color #DD3966: hue angle of 343.54º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3966 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 102 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.13 |
| HSL | 343.54º | 0.71% | 0.55% | - |
| HSV(B) | 343.54º | 0.74% | 0.87% | - |
| XYZ | 33.68 | 19.26 | 14.51 | - |
| YUV | 111.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 102 | 0 | 0.74 | 0.54 | 0.13 | 343.54 | 0.71 | 0.55 |
| Hex | DD | 39 | 66 | 0 | 4A | 36 | D | 158 | 47 | 37 |
| Octal | 335 | 71 | 146 | 0 | 112 | 66 | 15 | 530 | 107 | 67 |
| Binary | 11011101 | 111001 | 1100110 | 0 | 1001010 | 110110 | 1101 | 101011000 | 1000111 | 110111 |
Color Harmonies of #DD3966
Complementary color
Monochromatic Colors of #DD3966
Black with #DD3966
Text Example
Text Example
White with #DD3966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3966; }
p { color: rgb(221,57,102); }
H1.HeaderClassName
{
color: #DD3966;
}
.AnyTagClassName
{
color: #DD3966;
}
</style>
background-color css
<style>
a { background-color: #DD3966; }
a { background-color: rgb(221,57,102); }
div.DivClassName
{
background-color: #DD3966;
}
.BgClassName
{
background-color: #DD3966;
}
</style>
border-color css
<style>
span { border-color: #DD3966; }
span { border-color: rgb(221,57,102); }
td.TdClassName
{
border-color: #DD3966;
}
.TagClassName
{
border-color: #DD3966;
}
</style>