Shades of Deep Cerise #DC378F
Tints of Deep Cerise #DC378F
RGB
CMYK
RGB Variations
Color information
#DC378F (or 0xDC378F) is known color: Deep Cerise. HEX triplet: DC, 37 and 8F. RGB value is (220,55,143). Sum of RGB (Red+Green+Blue) = 220+55+143=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC378F is #23C870. Grayscale: #727272. Windows color (decimal): -2345073 or 9385948. OLE color: 9385948.
HSL color Cylindrical-coordinate representation of color #DC378F: hue angle of 328º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC378F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 143 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.14 |
| HSL | 328º | 0.7% | 0.54% | - |
| HSV(B) | 328º | 0.75% | 0.86% | - |
| XYZ | 35.84 | 19.93 | 27.94 | - |
| YUV | 114.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 143 | 0 | 0.75 | 0.35 | 0.14 | 328 | 0.7 | 0.54 |
| Hex | DC | 37 | 8F | 0 | 4B | 23 | E | 148 | 46 | 36 |
| Octal | 334 | 67 | 217 | 0 | 113 | 43 | 16 | 510 | 106 | 66 |
| Binary | 11011100 | 110111 | 10001111 | 0 | 1001011 | 100011 | 1110 | 101001000 | 1000110 | 110110 |
Color Harmonies of #DC378F
Complementary color
Monochromatic Colors of #DC378F
Black with #DC378F
Text Example
Text Example
White with #DC378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC378F; }
p { color: rgb(220,55,143); }
H1.HeaderClassName
{
color: #DC378F;
}
.AnyTagClassName
{
color: #DC378F;
}
</style>
background-color css
<style>
a { background-color: #DC378F; }
a { background-color: rgb(220,55,143); }
div.DivClassName
{
background-color: #DC378F;
}
.BgClassName
{
background-color: #DC378F;
}
</style>
border-color css
<style>
span { border-color: #DC378F; }
span { border-color: rgb(220,55,143); }
td.TdClassName
{
border-color: #DC378F;
}
.TagClassName
{
border-color: #DC378F;
}
</style>