Shades of Deep Cerise #DD247A
Tints of Deep Cerise #DD247A
RGB
CMYK
RGB Variations
Color information
#DD247A (or 0xDD247A) is known color: Deep Cerise. HEX triplet: DD, 24 and 7A. RGB value is (221,36,122). Sum of RGB (Red+Green+Blue) = 221+36+122=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD247A is #22DB85. Grayscale: #646464. Windows color (decimal): -2284422 or 8004829. OLE color: 8004829.
HSL color Cylindrical-coordinate representation of color #DD247A: hue angle of 332.11º 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 #DD247A is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 122 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.13 |
| HSL | 332.11º | 0.73% | 0.5% | - |
| HSV(B) | 332.11º | 0.84% | 0.87% | - |
| XYZ | 33.96 | 18.04 | 20.1 | - |
| YUV | 101.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 122 | 0 | 0.84 | 0.45 | 0.13 | 332.11 | 0.73 | 0.5 |
| Hex | DD | 24 | 7A | 0 | 54 | 2D | D | 14C | 49 | 32 |
| Octal | 335 | 44 | 172 | 0 | 124 | 55 | 15 | 514 | 111 | 62 |
| Binary | 11011101 | 100100 | 1111010 | 0 | 1010100 | 101101 | 1101 | 101001100 | 1001001 | 110010 |
Color Harmonies of #DD247A
Complementary color
Monochromatic Colors of #DD247A
Black with #DD247A
Text Example
Text Example
White with #DD247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD247A; }
p { color: rgb(221,36,122); }
H1.HeaderClassName
{
color: #DD247A;
}
.AnyTagClassName
{
color: #DD247A;
}
</style>
background-color css
<style>
a { background-color: #DD247A; }
a { background-color: rgb(221,36,122); }
div.DivClassName
{
background-color: #DD247A;
}
.BgClassName
{
background-color: #DD247A;
}
</style>
border-color css
<style>
span { border-color: #DD247A; }
span { border-color: rgb(221,36,122); }
td.TdClassName
{
border-color: #DD247A;
}
.TagClassName
{
border-color: #DD247A;
}
</style>