Shades of Cerise #DC376D
Tints of Cerise #DC376D
RGB
CMYK
RGB Variations
Color information
#DC376D (or 0xDC376D) is known color: Cerise. HEX triplet: DC, 37 and 6D. RGB value is (220,55,109). Sum of RGB (Red+Green+Blue) = 220+55+109=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC376D is #23C892. Grayscale: #6E6E6E. Windows color (decimal): -2345107 or 7157724. OLE color: 7157724.
HSL color Cylindrical-coordinate representation of color #DC376D: hue angle of 340.36º 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 #DC376D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 109 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.14 |
| HSL | 340.36º | 0.7% | 0.54% | - |
| HSV(B) | 340.36º | 0.75% | 0.86% | - |
| XYZ | 33.64 | 19.05 | 16.37 | - |
| YUV | 110.49 | 127.16 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 109 | 0 | 0.75 | 0.50 | 0.14 | 340.36 | 0.7 | 0.54 |
| Hex | DC | 37 | 6D | 0 | 4B | 32 | E | 154 | 46 | 36 |
| Octal | 334 | 67 | 155 | 0 | 113 | 62 | 16 | 524 | 106 | 66 |
| Binary | 11011100 | 110111 | 1101101 | 0 | 1001011 | 110010 | 1110 | 101010100 | 1000110 | 110110 |
Color Harmonies of #DC376D
Complementary color
Monochromatic Colors of #DC376D
Black with #DC376D
Text Example
Text Example
White with #DC376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC376D; }
p { color: rgb(220,55,109); }
H1.HeaderClassName
{
color: #DC376D;
}
.AnyTagClassName
{
color: #DC376D;
}
</style>
background-color css
<style>
a { background-color: #DC376D; }
a { background-color: rgb(220,55,109); }
div.DivClassName
{
background-color: #DC376D;
}
.BgClassName
{
background-color: #DC376D;
}
</style>
border-color css
<style>
span { border-color: #DC376D; }
span { border-color: rgb(220,55,109); }
td.TdClassName
{
border-color: #DC376D;
}
.TagClassName
{
border-color: #DC376D;
}
</style>