Shades of Deep Cerise #DC2C92
Tints of Deep Cerise #DC2C92
RGB
CMYK
RGB Variations
Color information
#DC2C92 (or 0xDC2C92) is known color: Deep Cerise. HEX triplet: DC, 2C and 92. RGB value is (220,44,146). Sum of RGB (Red+Green+Blue) = 220+44+146=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C92 is #23D36D. Grayscale: #6C6C6C. Windows color (decimal): -2347886 or 9579740. OLE color: 9579740.
HSL color Cylindrical-coordinate representation of color #DC2C92: hue angle of 325.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2C92 is Cyan = 0, Magento = 0.8, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 146 | - |
| CMYK | 0 | 0.8 | 0.34 | 0.14 |
| HSL | 325.23º | 0.72% | 0.52% | - |
| HSV(B) | 325.23º | 0.8% | 0.86% | - |
| XYZ | 35.6 | 19.09 | 29 | - |
| YUV | 108.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 146 | 0 | 0.8 | 0.34 | 0.14 | 325.23 | 0.72 | 0.52 |
| Hex | DC | 2C | 92 | 0 | 50 | 22 | E | 145 | 48 | 34 |
| Octal | 334 | 54 | 222 | 0 | 120 | 42 | 16 | 505 | 110 | 64 |
| Binary | 11011100 | 101100 | 10010010 | 0 | 1010000 | 100010 | 1110 | 101000101 | 1001000 | 110100 |
Color Harmonies of #DC2C92
Complementary color
Monochromatic Colors of #DC2C92
Black with #DC2C92
Text Example
Text Example
White with #DC2C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C92; }
p { color: rgb(220,44,146); }
H1.HeaderClassName
{
color: #DC2C92;
}
.AnyTagClassName
{
color: #DC2C92;
}
</style>
background-color css
<style>
a { background-color: #DC2C92; }
a { background-color: rgb(220,44,146); }
div.DivClassName
{
background-color: #DC2C92;
}
.BgClassName
{
background-color: #DC2C92;
}
</style>
border-color css
<style>
span { border-color: #DC2C92; }
span { border-color: rgb(220,44,146); }
td.TdClassName
{
border-color: #DC2C92;
}
.TagClassName
{
border-color: #DC2C92;
}
</style>