Shades of Deep Cerise #DC229E
Tints of Deep Cerise #DC229E
RGB
CMYK
RGB Variations
Color information
#DC229E (or 0xDC229E) is known color: Deep Cerise. HEX triplet: DC, 22 and 9E. RGB value is (220,34,158). Sum of RGB (Red+Green+Blue) = 220+34+158=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC229E is #23DD61. Grayscale: #676767. Windows color (decimal): -2350434 or 10363612. OLE color: 10363612.
HSL color Cylindrical-coordinate representation of color #DC229E: hue angle of 320º 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 #DC229E is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 158 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.14 |
| HSL | 320º | 0.73% | 0.5% | - |
| HSV(B) | 320º | 0.85% | 0.86% | - |
| XYZ | 36.26 | 18.83 | 34.07 | - |
| YUV | 103.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 158 | 0 | 0.85 | 0.28 | 0.14 | 320 | 0.73 | 0.5 |
| Hex | DC | 22 | 9E | 0 | 55 | 1C | E | 140 | 49 | 32 |
| Octal | 334 | 42 | 236 | 0 | 125 | 34 | 16 | 500 | 111 | 62 |
| Binary | 11011100 | 100010 | 10011110 | 0 | 1010101 | 11100 | 1110 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DC229E
Complementary color
Monochromatic Colors of #DC229E
Black with #DC229E
Text Example
Text Example
White with #DC229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC229E; }
p { color: rgb(220,34,158); }
H1.HeaderClassName
{
color: #DC229E;
}
.AnyTagClassName
{
color: #DC229E;
}
</style>
background-color css
<style>
a { background-color: #DC229E; }
a { background-color: rgb(220,34,158); }
div.DivClassName
{
background-color: #DC229E;
}
.BgClassName
{
background-color: #DC229E;
}
</style>
border-color css
<style>
span { border-color: #DC229E; }
span { border-color: rgb(220,34,158); }
td.TdClassName
{
border-color: #DC229E;
}
.TagClassName
{
border-color: #DC229E;
}
</style>