Shades of Cerise #DC376F
Tints of Cerise #DC376F
RGB
CMYK
RGB Variations
Color information
#DC376F (or 0xDC376F) is known color: Cerise. HEX triplet: DC, 37 and 6F. RGB value is (220,55,111). Sum of RGB (Red+Green+Blue) = 220+55+111=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC376F is #23C890. Grayscale: #6E6E6E. Windows color (decimal): -2345105 or 7288796. OLE color: 7288796.
HSL color Cylindrical-coordinate representation of color #DC376F: hue angle of 339.64º 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 #DC376F is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 111 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.14 |
| HSL | 339.64º | 0.7% | 0.54% | - |
| HSV(B) | 339.64º | 0.75% | 0.86% | - |
| XYZ | 33.75 | 19.1 | 16.95 | - |
| YUV | 110.72 | 128.16 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 111 | 0 | 0.75 | 0.50 | 0.14 | 339.64 | 0.7 | 0.54 |
| Hex | DC | 37 | 6F | 0 | 4B | 32 | E | 154 | 46 | 36 |
| Octal | 334 | 67 | 157 | 0 | 113 | 62 | 16 | 524 | 106 | 66 |
| Binary | 11011100 | 110111 | 1101111 | 0 | 1001011 | 110010 | 1110 | 101010100 | 1000110 | 110110 |
Color Harmonies of #DC376F
Complementary color
Monochromatic Colors of #DC376F
Black with #DC376F
Text Example
Text Example
White with #DC376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC376F; }
p { color: rgb(220,55,111); }
H1.HeaderClassName
{
color: #DC376F;
}
.AnyTagClassName
{
color: #DC376F;
}
</style>
background-color css
<style>
a { background-color: #DC376F; }
a { background-color: rgb(220,55,111); }
div.DivClassName
{
background-color: #DC376F;
}
.BgClassName
{
background-color: #DC376F;
}
</style>
border-color css
<style>
span { border-color: #DC376F; }
span { border-color: rgb(220,55,111); }
td.TdClassName
{
border-color: #DC376F;
}
.TagClassName
{
border-color: #DC376F;
}
</style>