Shades of Deep Cerise #DC227E
Tints of Deep Cerise #DC227E
RGB
CMYK
RGB Variations
Color information
#DC227E (or 0xDC227E) is known color: Deep Cerise. HEX triplet: DC, 22 and 7E. RGB value is (220,34,126). Sum of RGB (Red+Green+Blue) = 220+34+126=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC227E is #23DD81. Grayscale: #636363. Windows color (decimal): -2350466 or 8266460. OLE color: 8266460.
HSL color Cylindrical-coordinate representation of color #DC227E: hue angle of 330.32º 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 #DC227E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 126 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.14 |
| HSL | 330.32º | 0.73% | 0.5% | - |
| HSV(B) | 330.32º | 0.85% | 0.86% | - |
| XYZ | 33.85 | 17.87 | 21.4 | - |
| YUV | 100.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 126 | 0 | 0.85 | 0.43 | 0.14 | 330.32 | 0.73 | 0.5 |
| Hex | DC | 22 | 7E | 0 | 55 | 2B | E | 14A | 49 | 32 |
| Octal | 334 | 42 | 176 | 0 | 125 | 53 | 16 | 512 | 111 | 62 |
| Binary | 11011100 | 100010 | 1111110 | 0 | 1010101 | 101011 | 1110 | 101001010 | 1001001 | 110010 |
Color Harmonies of #DC227E
Complementary color
Monochromatic Colors of #DC227E
Black with #DC227E
Text Example
Text Example
White with #DC227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC227E; }
p { color: rgb(220,34,126); }
H1.HeaderClassName
{
color: #DC227E;
}
.AnyTagClassName
{
color: #DC227E;
}
</style>
background-color css
<style>
a { background-color: #DC227E; }
a { background-color: rgb(220,34,126); }
div.DivClassName
{
background-color: #DC227E;
}
.BgClassName
{
background-color: #DC227E;
}
</style>
border-color css
<style>
span { border-color: #DC227E; }
span { border-color: rgb(220,34,126); }
td.TdClassName
{
border-color: #DC227E;
}
.TagClassName
{
border-color: #DC227E;
}
</style>