Shades of Deep Cerise #DC2C8C
Tints of Deep Cerise #DC2C8C
RGB
CMYK
RGB Variations
Color information
#DC2C8C (or 0xDC2C8C) is known color: Deep Cerise. HEX triplet: DC, 2C and 8C. RGB value is (220,44,140). Sum of RGB (Red+Green+Blue) = 220+44+140=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C8C is #23D373. Grayscale: #6B6B6B. Windows color (decimal): -2347892 or 9186524. OLE color: 9186524.
HSL color Cylindrical-coordinate representation of color #DC2C8C: hue angle of 327.27º 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 #DC2C8C is Cyan = 0, Magento = 0.8, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 140 | - |
| CMYK | 0 | 0.8 | 0.36 | 0.14 |
| HSL | 327.27º | 0.72% | 0.52% | - |
| HSV(B) | 327.27º | 0.8% | 0.86% | - |
| XYZ | 35.15 | 18.91 | 26.61 | - |
| YUV | 107.57 | 146.31 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 140 | 0 | 0.8 | 0.36 | 0.14 | 327.27 | 0.72 | 0.52 |
| Hex | DC | 2C | 8C | 0 | 50 | 24 | E | 147 | 48 | 34 |
| Octal | 334 | 54 | 214 | 0 | 120 | 44 | 16 | 507 | 110 | 64 |
| Binary | 11011100 | 101100 | 10001100 | 0 | 1010000 | 100100 | 1110 | 101000111 | 1001000 | 110100 |
Color Harmonies of #DC2C8C
Complementary color
Monochromatic Colors of #DC2C8C
Black with #DC2C8C
Text Example
Text Example
White with #DC2C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C8C; }
p { color: rgb(220,44,140); }
H1.HeaderClassName
{
color: #DC2C8C;
}
.AnyTagClassName
{
color: #DC2C8C;
}
</style>
background-color css
<style>
a { background-color: #DC2C8C; }
a { background-color: rgb(220,44,140); }
div.DivClassName
{
background-color: #DC2C8C;
}
.BgClassName
{
background-color: #DC2C8C;
}
</style>
border-color css
<style>
span { border-color: #DC2C8C; }
span { border-color: rgb(220,44,140); }
td.TdClassName
{
border-color: #DC2C8C;
}
.TagClassName
{
border-color: #DC2C8C;
}
</style>