Shades of Deep Cerise #DC378D
Tints of Deep Cerise #DC378D
RGB
CMYK
RGB Variations
Color information
#DC378D (or 0xDC378D) is known color: Deep Cerise. HEX triplet: DC, 37 and 8D. RGB value is (220,55,141). Sum of RGB (Red+Green+Blue) = 220+55+141=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC378D is #23C872. Grayscale: #717171. Windows color (decimal): -2345075 or 9254876. OLE color: 9254876.
HSL color Cylindrical-coordinate representation of color #DC378D: hue angle of 328.73º 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 #DC378D is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 141 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.14 |
| HSL | 328.73º | 0.7% | 0.54% | - |
| HSV(B) | 328.73º | 0.75% | 0.86% | - |
| XYZ | 35.69 | 19.87 | 27.15 | - |
| YUV | 114.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 141 | 0 | 0.75 | 0.36 | 0.14 | 328.73 | 0.7 | 0.54 |
| Hex | DC | 37 | 8D | 0 | 4B | 24 | E | 149 | 46 | 36 |
| Octal | 334 | 67 | 215 | 0 | 113 | 44 | 16 | 511 | 106 | 66 |
| Binary | 11011100 | 110111 | 10001101 | 0 | 1001011 | 100100 | 1110 | 101001001 | 1000110 | 110110 |
Color Harmonies of #DC378D
Complementary color
Monochromatic Colors of #DC378D
Black with #DC378D
Text Example
Text Example
White with #DC378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC378D; }
p { color: rgb(220,55,141); }
H1.HeaderClassName
{
color: #DC378D;
}
.AnyTagClassName
{
color: #DC378D;
}
</style>
background-color css
<style>
a { background-color: #DC378D; }
a { background-color: rgb(220,55,141); }
div.DivClassName
{
background-color: #DC378D;
}
.BgClassName
{
background-color: #DC378D;
}
</style>
border-color css
<style>
span { border-color: #DC378D; }
span { border-color: rgb(220,55,141); }
td.TdClassName
{
border-color: #DC378D;
}
.TagClassName
{
border-color: #DC378D;
}
</style>