Shades of Deep Cerise #DC378C
Tints of Deep Cerise #DC378C
RGB
CMYK
RGB Variations
Color information
#DC378C (or 0xDC378C) is known color: Deep Cerise. HEX triplet: DC, 37 and 8C. RGB value is (220,55,140). Sum of RGB (Red+Green+Blue) = 220+55+140=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC378C is #23C873. Grayscale: #717171. Windows color (decimal): -2345076 or 9189340. OLE color: 9189340.
HSL color Cylindrical-coordinate representation of color #DC378C: hue angle of 329.09º 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 #DC378C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 140 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.14 |
| HSL | 329.09º | 0.7% | 0.54% | - |
| HSV(B) | 329.09º | 0.75% | 0.86% | - |
| XYZ | 35.62 | 19.84 | 26.76 | - |
| YUV | 114.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 140 | 0 | 0.75 | 0.36 | 0.14 | 329.09 | 0.7 | 0.54 |
| Hex | DC | 37 | 8C | 0 | 4B | 24 | E | 149 | 46 | 36 |
| Octal | 334 | 67 | 214 | 0 | 113 | 44 | 16 | 511 | 106 | 66 |
| Binary | 11011100 | 110111 | 10001100 | 0 | 1001011 | 100100 | 1110 | 101001001 | 1000110 | 110110 |
Color Harmonies of #DC378C
Complementary color
Monochromatic Colors of #DC378C
Black with #DC378C
Text Example
Text Example
White with #DC378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC378C; }
p { color: rgb(220,55,140); }
H1.HeaderClassName
{
color: #DC378C;
}
.AnyTagClassName
{
color: #DC378C;
}
</style>
background-color css
<style>
a { background-color: #DC378C; }
a { background-color: rgb(220,55,140); }
div.DivClassName
{
background-color: #DC378C;
}
.BgClassName
{
background-color: #DC378C;
}
</style>
border-color css
<style>
span { border-color: #DC378C; }
span { border-color: rgb(220,55,140); }
td.TdClassName
{
border-color: #DC378C;
}
.TagClassName
{
border-color: #DC378C;
}
</style>