Shades of Deep Cerise #DF247D
Tints of Deep Cerise #DF247D
RGB
CMYK
RGB Variations
Color information
#DF247D (or 0xDF247D) is known color: Deep Cerise. HEX triplet: DF, 24 and 7D. RGB value is (223,36,125). Sum of RGB (Red+Green+Blue) = 223+36+125=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF247D is #20DB82. Grayscale: #656565. Windows color (decimal): -2153347 or 8201439. OLE color: 8201439.
HSL color Cylindrical-coordinate representation of color #DF247D: hue angle of 331.44º 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 #DF247D is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 125 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.13 |
| HSL | 331.44º | 0.75% | 0.51% | - |
| HSV(B) | 331.44º | 0.84% | 0.87% | - |
| XYZ | 34.76 | 18.43 | 21.13 | - |
| YUV | 102.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 125 | 0 | 0.84 | 0.44 | 0.13 | 331.44 | 0.75 | 0.51 |
| Hex | DF | 24 | 7D | 0 | 54 | 2C | D | 14B | 4B | 33 |
| Octal | 337 | 44 | 175 | 0 | 124 | 54 | 15 | 513 | 113 | 63 |
| Binary | 11011111 | 100100 | 1111101 | 0 | 1010100 | 101100 | 1101 | 101001011 | 1001011 | 110011 |
Color Harmonies of #DF247D
Complementary color
Monochromatic Colors of #DF247D
Black with #DF247D
Text Example
Text Example
White with #DF247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF247D; }
p { color: rgb(223,36,125); }
H1.HeaderClassName
{
color: #DF247D;
}
.AnyTagClassName
{
color: #DF247D;
}
</style>
background-color css
<style>
a { background-color: #DF247D; }
a { background-color: rgb(223,36,125); }
div.DivClassName
{
background-color: #DF247D;
}
.BgClassName
{
background-color: #DF247D;
}
</style>
border-color css
<style>
span { border-color: #DF247D; }
span { border-color: rgb(223,36,125); }
td.TdClassName
{
border-color: #DF247D;
}
.TagClassName
{
border-color: #DF247D;
}
</style>