Shades of Deep Cerise #DF247E
Tints of Deep Cerise #DF247E
RGB
CMYK
RGB Variations
Color information
#DF247E (or 0xDF247E) is known color: Deep Cerise. HEX triplet: DF, 24 and 7E. RGB value is (223,36,126). Sum of RGB (Red+Green+Blue) = 223+36+126=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF247E is #20DB81. Grayscale: #656565. Windows color (decimal): -2153346 or 8266975. OLE color: 8266975.
HSL color Cylindrical-coordinate representation of color #DF247E: hue angle of 331.12º 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 #DF247E is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 126 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.13 |
| HSL | 331.12º | 0.75% | 0.51% | - |
| HSV(B) | 331.12º | 0.84% | 0.87% | - |
| XYZ | 34.83 | 18.46 | 21.47 | - |
| YUV | 102.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 126 | 0 | 0.84 | 0.43 | 0.13 | 331.12 | 0.75 | 0.51 |
| Hex | DF | 24 | 7E | 0 | 54 | 2B | D | 14B | 4B | 33 |
| Octal | 337 | 44 | 176 | 0 | 124 | 53 | 15 | 513 | 113 | 63 |
| Binary | 11011111 | 100100 | 1111110 | 0 | 1010100 | 101011 | 1101 | 101001011 | 1001011 | 110011 |
Color Harmonies of #DF247E
Complementary color
Monochromatic Colors of #DF247E
Black with #DF247E
Text Example
Text Example
White with #DF247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF247E; }
p { color: rgb(223,36,126); }
H1.HeaderClassName
{
color: #DF247E;
}
.AnyTagClassName
{
color: #DF247E;
}
</style>
background-color css
<style>
a { background-color: #DF247E; }
a { background-color: rgb(223,36,126); }
div.DivClassName
{
background-color: #DF247E;
}
.BgClassName
{
background-color: #DF247E;
}
</style>
border-color css
<style>
span { border-color: #DF247E; }
span { border-color: rgb(223,36,126); }
td.TdClassName
{
border-color: #DF247E;
}
.TagClassName
{
border-color: #DF247E;
}
</style>