Shades of Cerise #DC235C
Tints of Cerise #DC235C
RGB
CMYK
RGB Variations
Color information
#DC235C (or 0xDC235C) is known color: Cerise. HEX triplet: DC, 23 and 5C. RGB value is (220,35,92). Sum of RGB (Red+Green+Blue) = 220+35+92=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC235C is #23DCA3. Grayscale: #606060. Windows color (decimal): -2350244 or 6038492. OLE color: 6038492.
HSL color Cylindrical-coordinate representation of color #DC235C: hue angle of 341.51º 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 #DC235C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 92 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.14 |
| HSL | 341.51º | 0.73% | 0.5% | - |
| HSV(B) | 341.51º | 0.84% | 0.86% | - |
| XYZ | 32.05 | 17.19 | 11.75 | - |
| YUV | 96.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 92 | 0 | 0.84 | 0.58 | 0.14 | 341.51 | 0.73 | 0.5 |
| Hex | DC | 23 | 5C | 0 | 54 | 3A | E | 156 | 49 | 32 |
| Octal | 334 | 43 | 134 | 0 | 124 | 72 | 16 | 526 | 111 | 62 |
| Binary | 11011100 | 100011 | 1011100 | 0 | 1010100 | 111010 | 1110 | 101010110 | 1001001 | 110010 |
Color Harmonies of #DC235C
Complementary color
Monochromatic Colors of #DC235C
Black with #DC235C
Text Example
Text Example
White with #DC235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC235C; }
p { color: rgb(220,35,92); }
H1.HeaderClassName
{
color: #DC235C;
}
.AnyTagClassName
{
color: #DC235C;
}
</style>
background-color css
<style>
a { background-color: #DC235C; }
a { background-color: rgb(220,35,92); }
div.DivClassName
{
background-color: #DC235C;
}
.BgClassName
{
background-color: #DC235C;
}
</style>
border-color css
<style>
span { border-color: #DC235C; }
span { border-color: rgb(220,35,92); }
td.TdClassName
{
border-color: #DC235C;
}
.TagClassName
{
border-color: #DC235C;
}
</style>