Shades of Deep Cerise #DF367D
Tints of Deep Cerise #DF367D
RGB
CMYK
RGB Variations
Color information
#DF367D (or 0xDF367D) is known color: Deep Cerise. HEX triplet: DF, 36 and 7D. RGB value is (223,54,125). Sum of RGB (Red+Green+Blue) = 223+54+125=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF367D is #20C982. Grayscale: #707070. Windows color (decimal): -2148739 or 8206047. OLE color: 8206047.
HSL color Cylindrical-coordinate representation of color #DF367D: hue angle of 334.79º 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 #DF367D is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 125 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.13 |
| HSL | 334.79º | 0.73% | 0.54% | - |
| HSV(B) | 334.79º | 0.76% | 0.87% | - |
| XYZ | 35.45 | 19.81 | 21.36 | - |
| YUV | 112.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 125 | 0 | 0.76 | 0.44 | 0.13 | 334.79 | 0.73 | 0.54 |
| Hex | DF | 36 | 7D | 0 | 4C | 2C | D | 14F | 49 | 36 |
| Octal | 337 | 66 | 175 | 0 | 114 | 54 | 15 | 517 | 111 | 66 |
| Binary | 11011111 | 110110 | 1111101 | 0 | 1001100 | 101100 | 1101 | 101001111 | 1001001 | 110110 |
Color Harmonies of #DF367D
Complementary color
Monochromatic Colors of #DF367D
Black with #DF367D
Text Example
Text Example
White with #DF367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF367D; }
p { color: rgb(223,54,125); }
H1.HeaderClassName
{
color: #DF367D;
}
.AnyTagClassName
{
color: #DF367D;
}
</style>
background-color css
<style>
a { background-color: #DF367D; }
a { background-color: rgb(223,54,125); }
div.DivClassName
{
background-color: #DF367D;
}
.BgClassName
{
background-color: #DF367D;
}
</style>
border-color css
<style>
span { border-color: #DF367D; }
span { border-color: rgb(223,54,125); }
td.TdClassName
{
border-color: #DF367D;
}
.TagClassName
{
border-color: #DF367D;
}
</style>