Shades of Cerise #DC235E
Tints of Cerise #DC235E
RGB
CMYK
RGB Variations
Color information
#DC235E (or 0xDC235E) is known color: Cerise. HEX triplet: DC, 23 and 5E. RGB value is (220,35,94). Sum of RGB (Red+Green+Blue) = 220+35+94=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC235E is #23DCA1. Grayscale: #606060. Windows color (decimal): -2350242 or 6169564. OLE color: 6169564.
HSL color Cylindrical-coordinate representation of color #DC235E: hue angle of 340.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC235E is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 94 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.14 |
| HSL | 340.86º | 0.73% | 0.5% | - |
| HSV(B) | 340.86º | 0.84% | 0.86% | - |
| XYZ | 32.14 | 17.23 | 12.22 | - |
| YUV | 97.04 | 126.29 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 94 | 0 | 0.84 | 0.57 | 0.14 | 340.86 | 0.73 | 0.5 |
| Hex | DC | 23 | 5E | 0 | 54 | 39 | E | 155 | 49 | 32 |
| Octal | 334 | 43 | 136 | 0 | 124 | 71 | 16 | 525 | 111 | 62 |
| Binary | 11011100 | 100011 | 1011110 | 0 | 1010100 | 111001 | 1110 | 101010101 | 1001001 | 110010 |
Color Harmonies of #DC235E
Complementary color
Monochromatic Colors of #DC235E
Black with #DC235E
Text Example
Text Example
White with #DC235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC235E; }
p { color: rgb(220,35,94); }
H1.HeaderClassName
{
color: #DC235E;
}
.AnyTagClassName
{
color: #DC235E;
}
</style>
background-color css
<style>
a { background-color: #DC235E; }
a { background-color: rgb(220,35,94); }
div.DivClassName
{
background-color: #DC235E;
}
.BgClassName
{
background-color: #DC235E;
}
</style>
border-color css
<style>
span { border-color: #DC235E; }
span { border-color: rgb(220,35,94); }
td.TdClassName
{
border-color: #DC235E;
}
.TagClassName
{
border-color: #DC235E;
}
</style>