Shades of Deep Cerise #DF378A
Tints of Deep Cerise #DF378A
RGB
CMYK
RGB Variations
Color information
#DF378A (or 0xDF378A) is known color: Deep Cerise. HEX triplet: DF, 37 and 8A. RGB value is (223,55,138). Sum of RGB (Red+Green+Blue) = 223+55+138=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF378A is #20C875. Grayscale: #727272. Windows color (decimal): -2148470 or 9058271. OLE color: 9058271.
HSL color Cylindrical-coordinate representation of color #DF378A: hue angle of 330.36º 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 #DF378A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 138 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.13 |
| HSL | 330.36º | 0.72% | 0.55% | - |
| HSV(B) | 330.36º | 0.75% | 0.87% | - |
| XYZ | 36.39 | 20.26 | 26.04 | - |
| YUV | 114.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 138 | 0 | 0.75 | 0.38 | 0.13 | 330.36 | 0.72 | 0.55 |
| Hex | DF | 37 | 8A | 0 | 4B | 26 | D | 14A | 48 | 37 |
| Octal | 337 | 67 | 212 | 0 | 113 | 46 | 15 | 512 | 110 | 67 |
| Binary | 11011111 | 110111 | 10001010 | 0 | 1001011 | 100110 | 1101 | 101001010 | 1001000 | 110111 |
Color Harmonies of #DF378A
Complementary color
Monochromatic Colors of #DF378A
Black with #DF378A
Text Example
Text Example
White with #DF378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF378A; }
p { color: rgb(223,55,138); }
H1.HeaderClassName
{
color: #DF378A;
}
.AnyTagClassName
{
color: #DF378A;
}
</style>
background-color css
<style>
a { background-color: #DF378A; }
a { background-color: rgb(223,55,138); }
div.DivClassName
{
background-color: #DF378A;
}
.BgClassName
{
background-color: #DF378A;
}
</style>
border-color css
<style>
span { border-color: #DF378A; }
span { border-color: rgb(223,55,138); }
td.TdClassName
{
border-color: #DF378A;
}
.TagClassName
{
border-color: #DF378A;
}
</style>