Shades of Deep Cerise #DF367C
Tints of Deep Cerise #DF367C
RGB
CMYK
RGB Variations
Color information
#DF367C (or 0xDF367C) is known color: Deep Cerise. HEX triplet: DF, 36 and 7C. RGB value is (223,54,124). Sum of RGB (Red+Green+Blue) = 223+54+124=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF367C is #20C983. Grayscale: #707070. Windows color (decimal): -2148740 or 8140511. OLE color: 8140511.
HSL color Cylindrical-coordinate representation of color #DF367C: hue angle of 335.15º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF367C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 124 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.13 |
| HSL | 335.15º | 0.73% | 0.54% | - |
| HSV(B) | 335.15º | 0.76% | 0.87% | - |
| XYZ | 35.39 | 19.78 | 21.02 | - |
| YUV | 112.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 124 | 0 | 0.76 | 0.44 | 0.13 | 335.15 | 0.73 | 0.54 |
| Hex | DF | 36 | 7C | 0 | 4C | 2C | D | 14F | 49 | 36 |
| Octal | 337 | 66 | 174 | 0 | 114 | 54 | 15 | 517 | 111 | 66 |
| Binary | 11011111 | 110110 | 1111100 | 0 | 1001100 | 101100 | 1101 | 101001111 | 1001001 | 110110 |
Color Harmonies of #DF367C
Complementary color
Monochromatic Colors of #DF367C
Black with #DF367C
Text Example
Text Example
White with #DF367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF367C; }
p { color: rgb(223,54,124); }
H1.HeaderClassName
{
color: #DF367C;
}
.AnyTagClassName
{
color: #DF367C;
}
</style>
background-color css
<style>
a { background-color: #DF367C; }
a { background-color: rgb(223,54,124); }
div.DivClassName
{
background-color: #DF367C;
}
.BgClassName
{
background-color: #DF367C;
}
</style>
border-color css
<style>
span { border-color: #DF367C; }
span { border-color: rgb(223,54,124); }
td.TdClassName
{
border-color: #DF367C;
}
.TagClassName
{
border-color: #DF367C;
}
</style>