Shades of Deep Cerise #DF247A
Tints of Deep Cerise #DF247A
RGB
CMYK
RGB Variations
Color information
#DF247A (or 0xDF247A) is known color: Deep Cerise. HEX triplet: DF, 24 and 7A. RGB value is (223,36,122). Sum of RGB (Red+Green+Blue) = 223+36+122=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF247A is #20DB85. Grayscale: #656565. Windows color (decimal): -2153350 or 8004831. OLE color: 8004831.
HSL color Cylindrical-coordinate representation of color #DF247A: hue angle of 332.41º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF247A is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 122 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.13 |
| HSL | 332.41º | 0.75% | 0.51% | - |
| HSV(B) | 332.41º | 0.84% | 0.87% | - |
| XYZ | 34.58 | 18.35 | 20.13 | - |
| YUV | 101.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 122 | 0 | 0.84 | 0.45 | 0.13 | 332.41 | 0.75 | 0.51 |
| Hex | DF | 24 | 7A | 0 | 54 | 2D | D | 14C | 4B | 33 |
| Octal | 337 | 44 | 172 | 0 | 124 | 55 | 15 | 514 | 113 | 63 |
| Binary | 11011111 | 100100 | 1111010 | 0 | 1010100 | 101101 | 1101 | 101001100 | 1001011 | 110011 |
Color Harmonies of #DF247A
Complementary color
Monochromatic Colors of #DF247A
Black with #DF247A
Text Example
Text Example
White with #DF247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF247A; }
p { color: rgb(223,36,122); }
H1.HeaderClassName
{
color: #DF247A;
}
.AnyTagClassName
{
color: #DF247A;
}
</style>
background-color css
<style>
a { background-color: #DF247A; }
a { background-color: rgb(223,36,122); }
div.DivClassName
{
background-color: #DF247A;
}
.BgClassName
{
background-color: #DF247A;
}
</style>
border-color css
<style>
span { border-color: #DF247A; }
span { border-color: rgb(223,36,122); }
td.TdClassName
{
border-color: #DF247A;
}
.TagClassName
{
border-color: #DF247A;
}
</style>