Shades of Cerise #DC3857
Tints of Cerise #DC3857
RGB
CMYK
RGB Variations
Color information
#DC3857 (or 0xDC3857) is known color: Cerise. HEX triplet: DC, 38 and 57. RGB value is (220,56,87). Sum of RGB (Red+Green+Blue) = 220+56+87=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3857 is #23C7A8. Grayscale: #6C6C6C. Windows color (decimal): -2344873 or 5716188. OLE color: 5716188.
HSL color Cylindrical-coordinate representation of color #DC3857: hue angle of 348.66º 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 #DC3857 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 87 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.14 |
| HSL | 348.66º | 0.7% | 0.54% | - |
| HSV(B) | 348.66º | 0.75% | 0.86% | - |
| XYZ | 32.65 | 18.73 | 10.91 | - |
| YUV | 108.57 | 115.83 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 87 | 0 | 0.75 | 0.60 | 0.14 | 348.66 | 0.7 | 0.54 |
| Hex | DC | 38 | 57 | 0 | 4B | 3C | E | 15D | 46 | 36 |
| Octal | 334 | 70 | 127 | 0 | 113 | 74 | 16 | 535 | 106 | 66 |
| Binary | 11011100 | 111000 | 1010111 | 0 | 1001011 | 111100 | 1110 | 101011101 | 1000110 | 110110 |
Color Harmonies of #DC3857
Complementary color
Monochromatic Colors of #DC3857
Black with #DC3857
Text Example
Text Example
White with #DC3857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3857; }
p { color: rgb(220,56,87); }
H1.HeaderClassName
{
color: #DC3857;
}
.AnyTagClassName
{
color: #DC3857;
}
</style>
background-color css
<style>
a { background-color: #DC3857; }
a { background-color: rgb(220,56,87); }
div.DivClassName
{
background-color: #DC3857;
}
.BgClassName
{
background-color: #DC3857;
}
</style>
border-color css
<style>
span { border-color: #DC3857; }
span { border-color: rgb(220,56,87); }
td.TdClassName
{
border-color: #DC3857;
}
.TagClassName
{
border-color: #DC3857;
}
</style>