Shades of Cerise #DD366E
Tints of Cerise #DD366E
RGB
CMYK
RGB Variations
Color information
#DD366E (or 0xDD366E) is known color: Cerise. HEX triplet: DD, 36 and 6E. RGB value is (221,54,110). Sum of RGB (Red+Green+Blue) = 221+54+110=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD366E is #22C991. Grayscale: #6E6E6E. Windows color (decimal): -2279826 or 7223005. OLE color: 7223005.
HSL color Cylindrical-coordinate representation of color #DD366E: hue angle of 339.88º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD366E is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 110 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.13 |
| HSL | 339.88º | 0.71% | 0.54% | - |
| HSV(B) | 339.88º | 0.76% | 0.87% | - |
| XYZ | 33.95 | 19.14 | 16.66 | - |
| YUV | 110.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 110 | 0 | 0.76 | 0.50 | 0.13 | 339.88 | 0.71 | 0.54 |
| Hex | DD | 36 | 6E | 0 | 4C | 32 | D | 154 | 47 | 36 |
| Octal | 335 | 66 | 156 | 0 | 114 | 62 | 15 | 524 | 107 | 66 |
| Binary | 11011101 | 110110 | 1101110 | 0 | 1001100 | 110010 | 1101 | 101010100 | 1000111 | 110110 |
Color Harmonies of #DD366E
Complementary color
Monochromatic Colors of #DD366E
Black with #DD366E
Text Example
Text Example
White with #DD366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD366E; }
p { color: rgb(221,54,110); }
H1.HeaderClassName
{
color: #DD366E;
}
.AnyTagClassName
{
color: #DD366E;
}
</style>
background-color css
<style>
a { background-color: #DD366E; }
a { background-color: rgb(221,54,110); }
div.DivClassName
{
background-color: #DD366E;
}
.BgClassName
{
background-color: #DD366E;
}
</style>
border-color css
<style>
span { border-color: #DD366E; }
span { border-color: rgb(221,54,110); }
td.TdClassName
{
border-color: #DD366E;
}
.TagClassName
{
border-color: #DD366E;
}
</style>