Shades of Deep Cerise #DC229C
Tints of Deep Cerise #DC229C
RGB
CMYK
RGB Variations
Color information
#DC229C (or 0xDC229C) is known color: Deep Cerise. HEX triplet: DC, 22 and 9C. RGB value is (220,34,156). Sum of RGB (Red+Green+Blue) = 220+34+156=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC229C is #23DD63. Grayscale: #676767. Windows color (decimal): -2350436 or 10232540. OLE color: 10232540.
HSL color Cylindrical-coordinate representation of color #DC229C: hue angle of 320.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 #DC229C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 156 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.14 |
| HSL | 320.65º | 0.73% | 0.5% | - |
| HSV(B) | 320.65º | 0.85% | 0.86% | - |
| XYZ | 36.09 | 18.76 | 33.17 | - |
| YUV | 103.52 | 157.62 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 156 | 0 | 0.85 | 0.29 | 0.14 | 320.65 | 0.73 | 0.5 |
| Hex | DC | 22 | 9C | 0 | 55 | 1D | E | 141 | 49 | 32 |
| Octal | 334 | 42 | 234 | 0 | 125 | 35 | 16 | 501 | 111 | 62 |
| Binary | 11011100 | 100010 | 10011100 | 0 | 1010101 | 11101 | 1110 | 101000001 | 1001001 | 110010 |
Color Harmonies of #DC229C
Complementary color
Monochromatic Colors of #DC229C
Black with #DC229C
Text Example
Text Example
White with #DC229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC229C; }
p { color: rgb(220,34,156); }
H1.HeaderClassName
{
color: #DC229C;
}
.AnyTagClassName
{
color: #DC229C;
}
</style>
background-color css
<style>
a { background-color: #DC229C; }
a { background-color: rgb(220,34,156); }
div.DivClassName
{
background-color: #DC229C;
}
.BgClassName
{
background-color: #DC229C;
}
</style>
border-color css
<style>
span { border-color: #DC229C; }
span { border-color: rgb(220,34,156); }
td.TdClassName
{
border-color: #DC229C;
}
.TagClassName
{
border-color: #DC229C;
}
</style>