Shades of Cerise #DC225A
Tints of Cerise #DC225A
RGB
CMYK
RGB Variations
Color information
#DC225A (or 0xDC225A) is known color: Cerise. HEX triplet: DC, 22 and 5A. RGB value is (220,34,90). Sum of RGB (Red+Green+Blue) = 220+34+90=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC225A is #23DDA5. Grayscale: #5F5F5F. Windows color (decimal): -2350502 or 5907164. OLE color: 5907164.
HSL color Cylindrical-coordinate representation of color #DC225A: hue angle of 341.94º 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 #DC225A is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 90 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.14 |
| HSL | 341.94º | 0.73% | 0.5% | - |
| HSV(B) | 341.94º | 0.85% | 0.86% | - |
| XYZ | 31.93 | 17.1 | 11.29 | - |
| YUV | 96 | 124.62 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 90 | 0 | 0.85 | 0.59 | 0.14 | 341.94 | 0.73 | 0.5 |
| Hex | DC | 22 | 5A | 0 | 55 | 3B | E | 156 | 49 | 32 |
| Octal | 334 | 42 | 132 | 0 | 125 | 73 | 16 | 526 | 111 | 62 |
| Binary | 11011100 | 100010 | 1011010 | 0 | 1010101 | 111011 | 1110 | 101010110 | 1001001 | 110010 |
Color Harmonies of #DC225A
Complementary color
Monochromatic Colors of #DC225A
Black with #DC225A
Text Example
Text Example
White with #DC225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC225A; }
p { color: rgb(220,34,90); }
H1.HeaderClassName
{
color: #DC225A;
}
.AnyTagClassName
{
color: #DC225A;
}
</style>
background-color css
<style>
a { background-color: #DC225A; }
a { background-color: rgb(220,34,90); }
div.DivClassName
{
background-color: #DC225A;
}
.BgClassName
{
background-color: #DC225A;
}
</style>
border-color css
<style>
span { border-color: #DC225A; }
span { border-color: rgb(220,34,90); }
td.TdClassName
{
border-color: #DC225A;
}
.TagClassName
{
border-color: #DC225A;
}
</style>