Shades of Deep Cerise #DD248A
Tints of Deep Cerise #DD248A
RGB
CMYK
RGB Variations
Color information
#DD248A (or 0xDD248A) is known color: Deep Cerise. HEX triplet: DD, 24 and 8A. RGB value is (221,36,138). Sum of RGB (Red+Green+Blue) = 221+36+138=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD248A is #22DB75. Grayscale: #666666. Windows color (decimal): -2284406 or 9053405. OLE color: 9053405.
HSL color Cylindrical-coordinate representation of color #DD248A: hue angle of 326.92º 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 #DD248A is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 138 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.13 |
| HSL | 326.92º | 0.73% | 0.5% | - |
| HSV(B) | 326.92º | 0.84% | 0.87% | - |
| XYZ | 35.04 | 18.47 | 25.76 | - |
| YUV | 102.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 138 | 0 | 0.84 | 0.38 | 0.13 | 326.92 | 0.73 | 0.5 |
| Hex | DD | 24 | 8A | 0 | 54 | 26 | D | 147 | 49 | 32 |
| Octal | 335 | 44 | 212 | 0 | 124 | 46 | 15 | 507 | 111 | 62 |
| Binary | 11011101 | 100100 | 10001010 | 0 | 1010100 | 100110 | 1101 | 101000111 | 1001001 | 110010 |
Color Harmonies of #DD248A
Complementary color
Monochromatic Colors of #DD248A
Black with #DD248A
Text Example
Text Example
White with #DD248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD248A; }
p { color: rgb(221,36,138); }
H1.HeaderClassName
{
color: #DD248A;
}
.AnyTagClassName
{
color: #DD248A;
}
</style>
background-color css
<style>
a { background-color: #DD248A; }
a { background-color: rgb(221,36,138); }
div.DivClassName
{
background-color: #DD248A;
}
.BgClassName
{
background-color: #DD248A;
}
</style>
border-color css
<style>
span { border-color: #DD248A; }
span { border-color: rgb(221,36,138); }
td.TdClassName
{
border-color: #DD248A;
}
.TagClassName
{
border-color: #DD248A;
}
</style>