Shades of Deep Cerise #DC377C
Tints of Deep Cerise #DC377C
RGB
CMYK
RGB Variations
Color information
#DC377C (or 0xDC377C) is known color: Deep Cerise. HEX triplet: DC, 37 and 7C. RGB value is (220,55,124). Sum of RGB (Red+Green+Blue) = 220+55+124=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC377C is #23C883. Grayscale: #707070. Windows color (decimal): -2345092 or 8140764. OLE color: 8140764.
HSL color Cylindrical-coordinate representation of color #DC377C: hue angle of 334.91º 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 #DC377C is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 124 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.14 |
| HSL | 334.91º | 0.7% | 0.54% | - |
| HSV(B) | 334.91º | 0.75% | 0.86% | - |
| XYZ | 34.52 | 19.4 | 20.99 | - |
| YUV | 112.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 124 | 0 | 0.75 | 0.44 | 0.14 | 334.91 | 0.7 | 0.54 |
| Hex | DC | 37 | 7C | 0 | 4B | 2C | E | 14F | 46 | 36 |
| Octal | 334 | 67 | 174 | 0 | 113 | 54 | 16 | 517 | 106 | 66 |
| Binary | 11011100 | 110111 | 1111100 | 0 | 1001011 | 101100 | 1110 | 101001111 | 1000110 | 110110 |
Color Harmonies of #DC377C
Complementary color
Monochromatic Colors of #DC377C
Black with #DC377C
Text Example
Text Example
White with #DC377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC377C; }
p { color: rgb(220,55,124); }
H1.HeaderClassName
{
color: #DC377C;
}
.AnyTagClassName
{
color: #DC377C;
}
</style>
background-color css
<style>
a { background-color: #DC377C; }
a { background-color: rgb(220,55,124); }
div.DivClassName
{
background-color: #DC377C;
}
.BgClassName
{
background-color: #DC377C;
}
</style>
border-color css
<style>
span { border-color: #DC377C; }
span { border-color: rgb(220,55,124); }
td.TdClassName
{
border-color: #DC377C;
}
.TagClassName
{
border-color: #DC377C;
}
</style>