Shades of Cerise #DD236E
Tints of Cerise #DD236E
RGB
CMYK
RGB Variations
Color information
#DD236E (or 0xDD236E) is known color: Cerise. HEX triplet: DD, 23 and 6E. RGB value is (221,35,110). Sum of RGB (Red+Green+Blue) = 221+35+110=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD236E is #22DC91. Grayscale: #636363. Windows color (decimal): -2284690 or 7218141. OLE color: 7218141.
HSL color Cylindrical-coordinate representation of color #DD236E: hue angle of 335.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD236E is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 110 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.13 |
| HSL | 335.81º | 0.73% | 0.5% | - |
| HSV(B) | 335.81º | 0.84% | 0.87% | - |
| XYZ | 33.23 | 17.7 | 16.42 | - |
| YUV | 99.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 110 | 0 | 0.84 | 0.50 | 0.13 | 335.81 | 0.73 | 0.5 |
| Hex | DD | 23 | 6E | 0 | 54 | 32 | D | 150 | 49 | 32 |
| Octal | 335 | 43 | 156 | 0 | 124 | 62 | 15 | 520 | 111 | 62 |
| Binary | 11011101 | 100011 | 1101110 | 0 | 1010100 | 110010 | 1101 | 101010000 | 1001001 | 110010 |
Color Harmonies of #DD236E
Complementary color
Monochromatic Colors of #DD236E
Black with #DD236E
Text Example
Text Example
White with #DD236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD236E; }
p { color: rgb(221,35,110); }
H1.HeaderClassName
{
color: #DD236E;
}
.AnyTagClassName
{
color: #DD236E;
}
</style>
background-color css
<style>
a { background-color: #DD236E; }
a { background-color: rgb(221,35,110); }
div.DivClassName
{
background-color: #DD236E;
}
.BgClassName
{
background-color: #DD236E;
}
</style>
border-color css
<style>
span { border-color: #DD236E; }
span { border-color: rgb(221,35,110); }
td.TdClassName
{
border-color: #DD236E;
}
.TagClassName
{
border-color: #DD236E;
}
</style>