Shades of Deep Cerise #DF248B
Tints of Deep Cerise #DF248B
RGB
CMYK
RGB Variations
Color information
#DF248B (or 0xDF248B) is known color: Deep Cerise. HEX triplet: DF, 24 and 8B. RGB value is (223,36,139). Sum of RGB (Red+Green+Blue) = 223+36+139=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF248B is #20DB74. Grayscale: #676767. Windows color (decimal): -2153333 or 9118943. OLE color: 9118943.
HSL color Cylindrical-coordinate representation of color #DF248B: hue angle of 326.95º 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 #DF248B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 139 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.13 |
| HSL | 326.95º | 0.75% | 0.51% | - |
| HSV(B) | 326.95º | 0.84% | 0.87% | - |
| XYZ | 35.72 | 18.81 | 26.17 | - |
| YUV | 103.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 139 | 0 | 0.84 | 0.38 | 0.13 | 326.95 | 0.75 | 0.51 |
| Hex | DF | 24 | 8B | 0 | 54 | 26 | D | 147 | 4B | 33 |
| Octal | 337 | 44 | 213 | 0 | 124 | 46 | 15 | 507 | 113 | 63 |
| Binary | 11011111 | 100100 | 10001011 | 0 | 1010100 | 100110 | 1101 | 101000111 | 1001011 | 110011 |
Color Harmonies of #DF248B
Complementary color
Monochromatic Colors of #DF248B
Black with #DF248B
Text Example
Text Example
White with #DF248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF248B; }
p { color: rgb(223,36,139); }
H1.HeaderClassName
{
color: #DF248B;
}
.AnyTagClassName
{
color: #DF248B;
}
</style>
background-color css
<style>
a { background-color: #DF248B; }
a { background-color: rgb(223,36,139); }
div.DivClassName
{
background-color: #DF248B;
}
.BgClassName
{
background-color: #DF248B;
}
</style>
border-color css
<style>
span { border-color: #DF248B; }
span { border-color: rgb(223,36,139); }
td.TdClassName
{
border-color: #DF248B;
}
.TagClassName
{
border-color: #DF248B;
}
</style>