Shades of Cerise #DC225E
Tints of Cerise #DC225E
RGB
CMYK
RGB Variations
Color information
#DC225E (or 0xDC225E) is known color: Cerise. HEX triplet: DC, 22 and 5E. RGB value is (220,34,94). Sum of RGB (Red+Green+Blue) = 220+34+94=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC225E is #23DDA1. Grayscale: #606060. Windows color (decimal): -2350498 or 6169308. OLE color: 6169308.
HSL color Cylindrical-coordinate representation of color #DC225E: hue angle of 340.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC225E is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 94 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.14 |
| HSL | 340.65º | 0.73% | 0.5% | - |
| HSV(B) | 340.65º | 0.85% | 0.86% | - |
| XYZ | 32.11 | 17.17 | 12.21 | - |
| YUV | 96.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 94 | 0 | 0.85 | 0.57 | 0.14 | 340.65 | 0.73 | 0.5 |
| Hex | DC | 22 | 5E | 0 | 55 | 39 | E | 155 | 49 | 32 |
| Octal | 334 | 42 | 136 | 0 | 125 | 71 | 16 | 525 | 111 | 62 |
| Binary | 11011100 | 100010 | 1011110 | 0 | 1010101 | 111001 | 1110 | 101010101 | 1001001 | 110010 |
Color Harmonies of #DC225E
Complementary color
Monochromatic Colors of #DC225E
Black with #DC225E
Text Example
Text Example
White with #DC225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC225E; }
p { color: rgb(220,34,94); }
H1.HeaderClassName
{
color: #DC225E;
}
.AnyTagClassName
{
color: #DC225E;
}
</style>
background-color css
<style>
a { background-color: #DC225E; }
a { background-color: rgb(220,34,94); }
div.DivClassName
{
background-color: #DC225E;
}
.BgClassName
{
background-color: #DC225E;
}
</style>
border-color css
<style>
span { border-color: #DC225E; }
span { border-color: rgb(220,34,94); }
td.TdClassName
{
border-color: #DC225E;
}
.TagClassName
{
border-color: #DC225E;
}
</style>