Shades of Deep Cerise #DD239C
Tints of Deep Cerise #DD239C
RGB
CMYK
RGB Variations
Color information
#DD239C (or 0xDD239C) is known color: Deep Cerise. HEX triplet: DD, 23 and 9C. RGB value is (221,35,156). Sum of RGB (Red+Green+Blue) = 221+35+156=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD239C is #22DC63. Grayscale: #686868. Windows color (decimal): -2284644 or 10232797. OLE color: 10232797.
HSL color Cylindrical-coordinate representation of color #DD239C: hue angle of 320.97º 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 #DD239C is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 156 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.13 |
| HSL | 320.97º | 0.73% | 0.5% | - |
| HSV(B) | 320.97º | 0.84% | 0.87% | - |
| XYZ | 36.42 | 18.97 | 33.2 | - |
| YUV | 104.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 156 | 0 | 0.84 | 0.29 | 0.13 | 320.97 | 0.73 | 0.5 |
| Hex | DD | 23 | 9C | 0 | 54 | 1D | D | 141 | 49 | 32 |
| Octal | 335 | 43 | 234 | 0 | 124 | 35 | 15 | 501 | 111 | 62 |
| Binary | 11011101 | 100011 | 10011100 | 0 | 1010100 | 11101 | 1101 | 101000001 | 1001001 | 110010 |
Color Harmonies of #DD239C
Complementary color
Monochromatic Colors of #DD239C
Black with #DD239C
Text Example
Text Example
White with #DD239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD239C; }
p { color: rgb(221,35,156); }
H1.HeaderClassName
{
color: #DD239C;
}
.AnyTagClassName
{
color: #DD239C;
}
</style>
background-color css
<style>
a { background-color: #DD239C; }
a { background-color: rgb(221,35,156); }
div.DivClassName
{
background-color: #DD239C;
}
.BgClassName
{
background-color: #DD239C;
}
</style>
border-color css
<style>
span { border-color: #DD239C; }
span { border-color: rgb(221,35,156); }
td.TdClassName
{
border-color: #DD239C;
}
.TagClassName
{
border-color: #DD239C;
}
</style>