Shades of Deep Cerise #DC227A
Tints of Deep Cerise #DC227A
RGB
CMYK
RGB Variations
Color information
#DC227A (or 0xDC227A) is known color: Deep Cerise. HEX triplet: DC, 22 and 7A. RGB value is (220,34,122). Sum of RGB (Red+Green+Blue) = 220+34+122=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC227A is #23DD85. Grayscale: #636363. Windows color (decimal): -2350470 or 8004316. OLE color: 8004316.
HSL color Cylindrical-coordinate representation of color #DC227A: hue angle of 331.61º 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 #DC227A is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 122 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.14 |
| HSL | 331.61º | 0.73% | 0.5% | - |
| HSV(B) | 331.61º | 0.85% | 0.86% | - |
| XYZ | 33.6 | 17.76 | 20.07 | - |
| YUV | 99.65 | 140.62 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 122 | 0 | 0.85 | 0.45 | 0.14 | 331.61 | 0.73 | 0.5 |
| Hex | DC | 22 | 7A | 0 | 55 | 2D | E | 14C | 49 | 32 |
| Octal | 334 | 42 | 172 | 0 | 125 | 55 | 16 | 514 | 111 | 62 |
| Binary | 11011100 | 100010 | 1111010 | 0 | 1010101 | 101101 | 1110 | 101001100 | 1001001 | 110010 |
Color Harmonies of #DC227A
Complementary color
Monochromatic Colors of #DC227A
Black with #DC227A
Text Example
Text Example
White with #DC227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC227A; }
p { color: rgb(220,34,122); }
H1.HeaderClassName
{
color: #DC227A;
}
.AnyTagClassName
{
color: #DC227A;
}
</style>
background-color css
<style>
a { background-color: #DC227A; }
a { background-color: rgb(220,34,122); }
div.DivClassName
{
background-color: #DC227A;
}
.BgClassName
{
background-color: #DC227A;
}
</style>
border-color css
<style>
span { border-color: #DC227A; }
span { border-color: rgb(220,34,122); }
td.TdClassName
{
border-color: #DC227A;
}
.TagClassName
{
border-color: #DC227A;
}
</style>