Shades of Deep Cerise #DF378C
Tints of Deep Cerise #DF378C
RGB
CMYK
RGB Variations
Color information
#DF378C (or 0xDF378C) is known color: Deep Cerise. HEX triplet: DF, 37 and 8C. RGB value is (223,55,140). Sum of RGB (Red+Green+Blue) = 223+55+140=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF378C is #20C873. Grayscale: #727272. Windows color (decimal): -2148468 or 9189343. OLE color: 9189343.
HSL color Cylindrical-coordinate representation of color #DF378C: hue angle of 329.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF378C is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 140 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.13 |
| HSL | 329.64º | 0.72% | 0.55% | - |
| HSV(B) | 329.64º | 0.75% | 0.87% | - |
| XYZ | 36.53 | 20.31 | 26.81 | - |
| YUV | 114.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 140 | 0 | 0.75 | 0.37 | 0.13 | 329.64 | 0.72 | 0.55 |
| Hex | DF | 37 | 8C | 0 | 4B | 25 | D | 14A | 48 | 37 |
| Octal | 337 | 67 | 214 | 0 | 113 | 45 | 15 | 512 | 110 | 67 |
| Binary | 11011111 | 110111 | 10001100 | 0 | 1001011 | 100101 | 1101 | 101001010 | 1001000 | 110111 |
Color Harmonies of #DF378C
Complementary color
Monochromatic Colors of #DF378C
Black with #DF378C
Text Example
Text Example
White with #DF378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF378C; }
p { color: rgb(223,55,140); }
H1.HeaderClassName
{
color: #DF378C;
}
.AnyTagClassName
{
color: #DF378C;
}
</style>
background-color css
<style>
a { background-color: #DF378C; }
a { background-color: rgb(223,55,140); }
div.DivClassName
{
background-color: #DF378C;
}
.BgClassName
{
background-color: #DF378C;
}
</style>
border-color css
<style>
span { border-color: #DF378C; }
span { border-color: rgb(223,55,140); }
td.TdClassName
{
border-color: #DF378C;
}
.TagClassName
{
border-color: #DF378C;
}
</style>