Shades of Cerise #DC235B
Tints of Cerise #DC235B
RGB
CMYK
RGB Variations
Color information
#DC235B (or 0xDC235B) is known color: Cerise. HEX triplet: DC, 23 and 5B. RGB value is (220,35,91). Sum of RGB (Red+Green+Blue) = 220+35+91=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC235B is #23DCA4. Grayscale: #606060. Windows color (decimal): -2350245 or 5972956. OLE color: 5972956.
HSL color Cylindrical-coordinate representation of color #DC235B: hue angle of 341.84º 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 #DC235B is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 91 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.14 |
| HSL | 341.84º | 0.73% | 0.5% | - |
| HSV(B) | 341.84º | 0.84% | 0.86% | - |
| XYZ | 32 | 17.17 | 11.53 | - |
| YUV | 96.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 91 | 0 | 0.84 | 0.59 | 0.14 | 341.84 | 0.73 | 0.5 |
| Hex | DC | 23 | 5B | 0 | 54 | 3B | E | 156 | 49 | 32 |
| Octal | 334 | 43 | 133 | 0 | 124 | 73 | 16 | 526 | 111 | 62 |
| Binary | 11011100 | 100011 | 1011011 | 0 | 1010100 | 111011 | 1110 | 101010110 | 1001001 | 110010 |
Color Harmonies of #DC235B
Complementary color
Monochromatic Colors of #DC235B
Black with #DC235B
Text Example
Text Example
White with #DC235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC235B; }
p { color: rgb(220,35,91); }
H1.HeaderClassName
{
color: #DC235B;
}
.AnyTagClassName
{
color: #DC235B;
}
</style>
background-color css
<style>
a { background-color: #DC235B; }
a { background-color: rgb(220,35,91); }
div.DivClassName
{
background-color: #DC235B;
}
.BgClassName
{
background-color: #DC235B;
}
</style>
border-color css
<style>
span { border-color: #DC235B; }
span { border-color: rgb(220,35,91); }
td.TdClassName
{
border-color: #DC235B;
}
.TagClassName
{
border-color: #DC235B;
}
</style>