Shades of Deep Cerise #DC377E
Tints of Deep Cerise #DC377E
RGB
CMYK
RGB Variations
Color information
#DC377E (or 0xDC377E) is known color: Deep Cerise. HEX triplet: DC, 37 and 7E. RGB value is (220,55,126). Sum of RGB (Red+Green+Blue) = 220+55+126=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC377E is #23C881. Grayscale: #707070. Windows color (decimal): -2345090 or 8271836. OLE color: 8271836.
HSL color Cylindrical-coordinate representation of color #DC377E: hue angle of 334.18º 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 #DC377E is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 126 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.14 |
| HSL | 334.18º | 0.7% | 0.54% | - |
| HSV(B) | 334.18º | 0.75% | 0.86% | - |
| XYZ | 34.65 | 19.45 | 21.67 | - |
| YUV | 112.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 126 | 0 | 0.75 | 0.43 | 0.14 | 334.18 | 0.7 | 0.54 |
| Hex | DC | 37 | 7E | 0 | 4B | 2B | E | 14E | 46 | 36 |
| Octal | 334 | 67 | 176 | 0 | 113 | 53 | 16 | 516 | 106 | 66 |
| Binary | 11011100 | 110111 | 1111110 | 0 | 1001011 | 101011 | 1110 | 101001110 | 1000110 | 110110 |
Color Harmonies of #DC377E
Complementary color
Monochromatic Colors of #DC377E
Black with #DC377E
Text Example
Text Example
White with #DC377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC377E; }
p { color: rgb(220,55,126); }
H1.HeaderClassName
{
color: #DC377E;
}
.AnyTagClassName
{
color: #DC377E;
}
</style>
background-color css
<style>
a { background-color: #DC377E; }
a { background-color: rgb(220,55,126); }
div.DivClassName
{
background-color: #DC377E;
}
.BgClassName
{
background-color: #DC377E;
}
</style>
border-color css
<style>
span { border-color: #DC377E; }
span { border-color: rgb(220,55,126); }
td.TdClassName
{
border-color: #DC377E;
}
.TagClassName
{
border-color: #DC377E;
}
</style>