Shades of Deep Cerise #DF378F
Tints of Deep Cerise #DF378F
RGB
CMYK
RGB Variations
Color information
#DF378F (or 0xDF378F) is known color: Deep Cerise. HEX triplet: DF, 37 and 8F. RGB value is (223,55,143). Sum of RGB (Red+Green+Blue) = 223+55+143=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF378F is #20C870. Grayscale: #737373. Windows color (decimal): -2148465 or 9385951. OLE color: 9385951.
HSL color Cylindrical-coordinate representation of color #DF378F: hue angle of 328.57º 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 #DF378F is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 143 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.13 |
| HSL | 328.57º | 0.72% | 0.55% | - |
| HSV(B) | 328.57º | 0.75% | 0.87% | - |
| XYZ | 36.76 | 20.4 | 27.99 | - |
| YUV | 115.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 143 | 0 | 0.75 | 0.36 | 0.13 | 328.57 | 0.72 | 0.55 |
| Hex | DF | 37 | 8F | 0 | 4B | 24 | D | 149 | 48 | 37 |
| Octal | 337 | 67 | 217 | 0 | 113 | 44 | 15 | 511 | 110 | 67 |
| Binary | 11011111 | 110111 | 10001111 | 0 | 1001011 | 100100 | 1101 | 101001001 | 1001000 | 110111 |
Color Harmonies of #DF378F
Complementary color
Monochromatic Colors of #DF378F
Black with #DF378F
Text Example
Text Example
White with #DF378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF378F; }
p { color: rgb(223,55,143); }
H1.HeaderClassName
{
color: #DF378F;
}
.AnyTagClassName
{
color: #DF378F;
}
</style>
background-color css
<style>
a { background-color: #DF378F; }
a { background-color: rgb(223,55,143); }
div.DivClassName
{
background-color: #DF378F;
}
.BgClassName
{
background-color: #DF378F;
}
</style>
border-color css
<style>
span { border-color: #DF378F; }
span { border-color: rgb(223,55,143); }
td.TdClassName
{
border-color: #DF378F;
}
.TagClassName
{
border-color: #DF378F;
}
</style>