Shades of Deep Cerise #DF248D
Tints of Deep Cerise #DF248D
RGB
CMYK
RGB Variations
Color information
#DF248D (or 0xDF248D) is known color: Deep Cerise. HEX triplet: DF, 24 and 8D. RGB value is (223,36,141). Sum of RGB (Red+Green+Blue) = 223+36+141=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF248D is #20DB72. Grayscale: #676767. Windows color (decimal): -2153331 or 9250015. OLE color: 9250015.
HSL color Cylindrical-coordinate representation of color #DF248D: hue angle of 326.31º 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 #DF248D is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 141 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.13 |
| HSL | 326.31º | 0.75% | 0.51% | - |
| HSV(B) | 326.31º | 0.84% | 0.87% | - |
| XYZ | 35.87 | 18.87 | 26.95 | - |
| YUV | 103.88 | 148.95 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 141 | 0 | 0.84 | 0.37 | 0.13 | 326.31 | 0.75 | 0.51 |
| Hex | DF | 24 | 8D | 0 | 54 | 25 | D | 146 | 4B | 33 |
| Octal | 337 | 44 | 215 | 0 | 124 | 45 | 15 | 506 | 113 | 63 |
| Binary | 11011111 | 100100 | 10001101 | 0 | 1010100 | 100101 | 1101 | 101000110 | 1001011 | 110011 |
Color Harmonies of #DF248D
Complementary color
Monochromatic Colors of #DF248D
Black with #DF248D
Text Example
Text Example
White with #DF248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF248D; }
p { color: rgb(223,36,141); }
H1.HeaderClassName
{
color: #DF248D;
}
.AnyTagClassName
{
color: #DF248D;
}
</style>
background-color css
<style>
a { background-color: #DF248D; }
a { background-color: rgb(223,36,141); }
div.DivClassName
{
background-color: #DF248D;
}
.BgClassName
{
background-color: #DF248D;
}
</style>
border-color css
<style>
span { border-color: #DF248D; }
span { border-color: rgb(223,36,141); }
td.TdClassName
{
border-color: #DF248D;
}
.TagClassName
{
border-color: #DF248D;
}
</style>