Shades of Cerise #DD236C
Tints of Cerise #DD236C
RGB
CMYK
RGB Variations
Color information
#DD236C (or 0xDD236C) is known color: Cerise. HEX triplet: DD, 23 and 6C. RGB value is (221,35,108). Sum of RGB (Red+Green+Blue) = 221+35+108=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD236C is #22DC93. Grayscale: #626262. Windows color (decimal): -2284692 or 7087069. OLE color: 7087069.
HSL color Cylindrical-coordinate representation of color #DD236C: hue angle of 336.45º 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 #DD236C is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 108 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.13 |
| HSL | 336.45º | 0.73% | 0.5% | - |
| HSV(B) | 336.45º | 0.84% | 0.87% | - |
| XYZ | 33.13 | 17.66 | 15.85 | - |
| YUV | 98.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 108 | 0 | 0.84 | 0.51 | 0.13 | 336.45 | 0.73 | 0.5 |
| Hex | DD | 23 | 6C | 0 | 54 | 33 | D | 150 | 49 | 32 |
| Octal | 335 | 43 | 154 | 0 | 124 | 63 | 15 | 520 | 111 | 62 |
| Binary | 11011101 | 100011 | 1101100 | 0 | 1010100 | 110011 | 1101 | 101010000 | 1001001 | 110010 |
Color Harmonies of #DD236C
Complementary color
Monochromatic Colors of #DD236C
Black with #DD236C
Text Example
Text Example
White with #DD236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD236C; }
p { color: rgb(221,35,108); }
H1.HeaderClassName
{
color: #DD236C;
}
.AnyTagClassName
{
color: #DD236C;
}
</style>
background-color css
<style>
a { background-color: #DD236C; }
a { background-color: rgb(221,35,108); }
div.DivClassName
{
background-color: #DD236C;
}
.BgClassName
{
background-color: #DD236C;
}
</style>
border-color css
<style>
span { border-color: #DD236C; }
span { border-color: rgb(221,35,108); }
td.TdClassName
{
border-color: #DD236C;
}
.TagClassName
{
border-color: #DD236C;
}
</style>