Shades of Deep Cerise #DD239F
Tints of Deep Cerise #DD239F
RGB
CMYK
RGB Variations
Color information
#DD239F (or 0xDD239F) is known color: Deep Cerise. HEX triplet: DD, 23 and 9F. RGB value is (221,35,159). Sum of RGB (Red+Green+Blue) = 221+35+159=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD239F is #22DC60. Grayscale: #686868. Windows color (decimal): -2284641 or 10429405. OLE color: 10429405.
HSL color Cylindrical-coordinate representation of color #DD239F: hue angle of 320º 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 #DD239F is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 159 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.13 |
| HSL | 320º | 0.73% | 0.5% | - |
| HSV(B) | 320º | 0.84% | 0.87% | - |
| XYZ | 36.68 | 19.08 | 34.55 | - |
| YUV | 104.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 159 | 0 | 0.84 | 0.28 | 0.13 | 320 | 0.73 | 0.5 |
| Hex | DD | 23 | 9F | 0 | 54 | 1C | D | 140 | 49 | 32 |
| Octal | 335 | 43 | 237 | 0 | 124 | 34 | 15 | 500 | 111 | 62 |
| Binary | 11011101 | 100011 | 10011111 | 0 | 1010100 | 11100 | 1101 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DD239F
Complementary color
Monochromatic Colors of #DD239F
Black with #DD239F
Text Example
Text Example
White with #DD239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD239F; }
p { color: rgb(221,35,159); }
H1.HeaderClassName
{
color: #DD239F;
}
.AnyTagClassName
{
color: #DD239F;
}
</style>
background-color css
<style>
a { background-color: #DD239F; }
a { background-color: rgb(221,35,159); }
div.DivClassName
{
background-color: #DD239F;
}
.BgClassName
{
background-color: #DD239F;
}
</style>
border-color css
<style>
span { border-color: #DD239F; }
span { border-color: rgb(221,35,159); }
td.TdClassName
{
border-color: #DD239F;
}
.TagClassName
{
border-color: #DD239F;
}
</style>