Shades of Deep Cerise #DD247E
Tints of Deep Cerise #DD247E
RGB
CMYK
RGB Variations
Color information
#DD247E (or 0xDD247E) is known color: Deep Cerise. HEX triplet: DD, 24 and 7E. RGB value is (221,36,126). Sum of RGB (Red+Green+Blue) = 221+36+126=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD247E is #22DB81. Grayscale: #656565. Windows color (decimal): -2284418 or 8266973. OLE color: 8266973.
HSL color Cylindrical-coordinate representation of color #DD247E: hue angle of 330.81º 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 #DD247E is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 126 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.13 |
| HSL | 330.81º | 0.73% | 0.5% | - |
| HSV(B) | 330.81º | 0.84% | 0.87% | - |
| XYZ | 34.22 | 18.14 | 21.44 | - |
| YUV | 101.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 126 | 0 | 0.84 | 0.43 | 0.13 | 330.81 | 0.73 | 0.5 |
| Hex | DD | 24 | 7E | 0 | 54 | 2B | D | 14B | 49 | 32 |
| Octal | 335 | 44 | 176 | 0 | 124 | 53 | 15 | 513 | 111 | 62 |
| Binary | 11011101 | 100100 | 1111110 | 0 | 1010100 | 101011 | 1101 | 101001011 | 1001001 | 110010 |
Color Harmonies of #DD247E
Complementary color
Monochromatic Colors of #DD247E
Black with #DD247E
Text Example
Text Example
White with #DD247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD247E; }
p { color: rgb(221,36,126); }
H1.HeaderClassName
{
color: #DD247E;
}
.AnyTagClassName
{
color: #DD247E;
}
</style>
background-color css
<style>
a { background-color: #DD247E; }
a { background-color: rgb(221,36,126); }
div.DivClassName
{
background-color: #DD247E;
}
.BgClassName
{
background-color: #DD247E;
}
</style>
border-color css
<style>
span { border-color: #DD247E; }
span { border-color: rgb(221,36,126); }
td.TdClassName
{
border-color: #DD247E;
}
.TagClassName
{
border-color: #DD247E;
}
</style>