Shades of Cerise #DC3860
Tints of Cerise #DC3860
RGB
CMYK
RGB Variations
Color information
#DC3860 (or 0xDC3860) is known color: Cerise. HEX triplet: DC, 38 and 60. RGB value is (220,56,96). Sum of RGB (Red+Green+Blue) = 220+56+96=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3860 is #23C79F. Grayscale: #6D6D6D. Windows color (decimal): -2344864 or 6306012. OLE color: 6306012.
HSL color Cylindrical-coordinate representation of color #DC3860: hue angle of 345.37º 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 #DC3860 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 96 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.14 |
| HSL | 345.37º | 0.7% | 0.54% | - |
| HSV(B) | 345.37º | 0.75% | 0.86% | - |
| XYZ | 33.04 | 18.89 | 12.97 | - |
| YUV | 109.6 | 120.33 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 96 | 0 | 0.75 | 0.56 | 0.14 | 345.37 | 0.7 | 0.54 |
| Hex | DC | 38 | 60 | 0 | 4B | 38 | E | 159 | 46 | 36 |
| Octal | 334 | 70 | 140 | 0 | 113 | 70 | 16 | 531 | 106 | 66 |
| Binary | 11011100 | 111000 | 1100000 | 0 | 1001011 | 111000 | 1110 | 101011001 | 1000110 | 110110 |
Color Harmonies of #DC3860
Complementary color
Monochromatic Colors of #DC3860
Black with #DC3860
Text Example
Text Example
White with #DC3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3860; }
p { color: rgb(220,56,96); }
H1.HeaderClassName
{
color: #DC3860;
}
.AnyTagClassName
{
color: #DC3860;
}
</style>
background-color css
<style>
a { background-color: #DC3860; }
a { background-color: rgb(220,56,96); }
div.DivClassName
{
background-color: #DC3860;
}
.BgClassName
{
background-color: #DC3860;
}
</style>
border-color css
<style>
span { border-color: #DC3860; }
span { border-color: rgb(220,56,96); }
td.TdClassName
{
border-color: #DC3860;
}
.TagClassName
{
border-color: #DC3860;
}
</style>