Shades of Cerise #DC376C
Tints of Cerise #DC376C
RGB
CMYK
RGB Variations
Color information
#DC376C (or 0xDC376C) is known color: Cerise. HEX triplet: DC, 37 and 6C. RGB value is (220,55,108). Sum of RGB (Red+Green+Blue) = 220+55+108=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC376C is #23C893. Grayscale: #6E6E6E. Windows color (decimal): -2345108 or 7092188. OLE color: 7092188.
HSL color Cylindrical-coordinate representation of color #DC376C: hue angle of 340.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 #DC376C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 108 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.14 |
| HSL | 340.73º | 0.7% | 0.54% | - |
| HSV(B) | 340.73º | 0.75% | 0.86% | - |
| XYZ | 33.59 | 19.03 | 16.09 | - |
| YUV | 110.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 108 | 0 | 0.75 | 0.51 | 0.14 | 340.73 | 0.7 | 0.54 |
| Hex | DC | 37 | 6C | 0 | 4B | 33 | E | 155 | 46 | 36 |
| Octal | 334 | 67 | 154 | 0 | 113 | 63 | 16 | 525 | 106 | 66 |
| Binary | 11011100 | 110111 | 1101100 | 0 | 1001011 | 110011 | 1110 | 101010101 | 1000110 | 110110 |
Color Harmonies of #DC376C
Complementary color
Monochromatic Colors of #DC376C
Black with #DC376C
Text Example
Text Example
White with #DC376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC376C; }
p { color: rgb(220,55,108); }
H1.HeaderClassName
{
color: #DC376C;
}
.AnyTagClassName
{
color: #DC376C;
}
</style>
background-color css
<style>
a { background-color: #DC376C; }
a { background-color: rgb(220,55,108); }
div.DivClassName
{
background-color: #DC376C;
}
.BgClassName
{
background-color: #DC376C;
}
</style>
border-color css
<style>
span { border-color: #DC376C; }
span { border-color: rgb(220,55,108); }
td.TdClassName
{
border-color: #DC376C;
}
.TagClassName
{
border-color: #DC376C;
}
</style>