Shades of Cerise #DD366C
Tints of Cerise #DD366C
RGB
CMYK
RGB Variations
Color information
#DD366C (or 0xDD366C) is known color: Cerise. HEX triplet: DD, 36 and 6C. RGB value is (221,54,108). Sum of RGB (Red+Green+Blue) = 221+54+108=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD366C is #22C993. Grayscale: #6E6E6E. Windows color (decimal): -2279828 or 7091933. OLE color: 7091933.
HSL color Cylindrical-coordinate representation of color #DD366C: hue angle of 340.6º 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 #DD366C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 108 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.13 |
| HSL | 340.6º | 0.71% | 0.54% | - |
| HSV(B) | 340.6º | 0.76% | 0.87% | - |
| XYZ | 33.84 | 19.09 | 16.09 | - |
| YUV | 110.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 108 | 0 | 0.76 | 0.51 | 0.13 | 340.6 | 0.71 | 0.54 |
| Hex | DD | 36 | 6C | 0 | 4C | 33 | D | 155 | 47 | 36 |
| Octal | 335 | 66 | 154 | 0 | 114 | 63 | 15 | 525 | 107 | 66 |
| Binary | 11011101 | 110110 | 1101100 | 0 | 1001100 | 110011 | 1101 | 101010101 | 1000111 | 110110 |
Color Harmonies of #DD366C
Complementary color
Monochromatic Colors of #DD366C
Black with #DD366C
Text Example
Text Example
White with #DD366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD366C; }
p { color: rgb(221,54,108); }
H1.HeaderClassName
{
color: #DD366C;
}
.AnyTagClassName
{
color: #DD366C;
}
</style>
background-color css
<style>
a { background-color: #DD366C; }
a { background-color: rgb(221,54,108); }
div.DivClassName
{
background-color: #DD366C;
}
.BgClassName
{
background-color: #DD366C;
}
</style>
border-color css
<style>
span { border-color: #DD366C; }
span { border-color: rgb(221,54,108); }
td.TdClassName
{
border-color: #DD366C;
}
.TagClassName
{
border-color: #DD366C;
}
</style>