Shades of Cerise #DC376B
Tints of Cerise #DC376B
RGB
CMYK
RGB Variations
Color information
#DC376B (or 0xDC376B) is known color: Cerise. HEX triplet: DC, 37 and 6B. RGB value is (220,55,107). Sum of RGB (Red+Green+Blue) = 220+55+107=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC376B is #23C894. Grayscale: #6E6E6E. Windows color (decimal): -2345109 or 7026652. OLE color: 7026652.
HSL color Cylindrical-coordinate representation of color #DC376B: hue angle of 341.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 #DC376B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 107 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.14 |
| HSL | 341.09º | 0.7% | 0.54% | - |
| HSV(B) | 341.09º | 0.75% | 0.86% | - |
| XYZ | 33.54 | 19.01 | 15.81 | - |
| YUV | 110.26 | 126.16 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 107 | 0 | 0.75 | 0.51 | 0.14 | 341.09 | 0.7 | 0.54 |
| Hex | DC | 37 | 6B | 0 | 4B | 33 | E | 155 | 46 | 36 |
| Octal | 334 | 67 | 153 | 0 | 113 | 63 | 16 | 525 | 106 | 66 |
| Binary | 11011100 | 110111 | 1101011 | 0 | 1001011 | 110011 | 1110 | 101010101 | 1000110 | 110110 |
Color Harmonies of #DC376B
Complementary color
Monochromatic Colors of #DC376B
Black with #DC376B
Text Example
Text Example
White with #DC376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC376B; }
p { color: rgb(220,55,107); }
H1.HeaderClassName
{
color: #DC376B;
}
.AnyTagClassName
{
color: #DC376B;
}
</style>
background-color css
<style>
a { background-color: #DC376B; }
a { background-color: rgb(220,55,107); }
div.DivClassName
{
background-color: #DC376B;
}
.BgClassName
{
background-color: #DC376B;
}
</style>
border-color css
<style>
span { border-color: #DC376B; }
span { border-color: rgb(220,55,107); }
td.TdClassName
{
border-color: #DC376B;
}
.TagClassName
{
border-color: #DC376B;
}
</style>