Shades of Deep Cerise #DC2C8D
Tints of Deep Cerise #DC2C8D
RGB
CMYK
RGB Variations
Color information
#DC2C8D (or 0xDC2C8D) is known color: Deep Cerise. HEX triplet: DC, 2C and 8D. RGB value is (220,44,141). Sum of RGB (Red+Green+Blue) = 220+44+141=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C8D is #23D372. Grayscale: #6B6B6B. Windows color (decimal): -2347891 or 9252060. OLE color: 9252060.
HSL color Cylindrical-coordinate representation of color #DC2C8D: hue angle of 326.93º 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 #DC2C8D is Cyan = 0, Magento = 0.8, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 141 | - |
| CMYK | 0 | 0.8 | 0.36 | 0.14 |
| HSL | 326.93º | 0.72% | 0.52% | - |
| HSV(B) | 326.93º | 0.8% | 0.86% | - |
| XYZ | 35.22 | 18.94 | 27 | - |
| YUV | 107.68 | 146.81 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 141 | 0 | 0.8 | 0.36 | 0.14 | 326.93 | 0.72 | 0.52 |
| Hex | DC | 2C | 8D | 0 | 50 | 24 | E | 147 | 48 | 34 |
| Octal | 334 | 54 | 215 | 0 | 120 | 44 | 16 | 507 | 110 | 64 |
| Binary | 11011100 | 101100 | 10001101 | 0 | 1010000 | 100100 | 1110 | 101000111 | 1001000 | 110100 |
Color Harmonies of #DC2C8D
Complementary color
Monochromatic Colors of #DC2C8D
Black with #DC2C8D
Text Example
Text Example
White with #DC2C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C8D; }
p { color: rgb(220,44,141); }
H1.HeaderClassName
{
color: #DC2C8D;
}
.AnyTagClassName
{
color: #DC2C8D;
}
</style>
background-color css
<style>
a { background-color: #DC2C8D; }
a { background-color: rgb(220,44,141); }
div.DivClassName
{
background-color: #DC2C8D;
}
.BgClassName
{
background-color: #DC2C8D;
}
</style>
border-color css
<style>
span { border-color: #DC2C8D; }
span { border-color: rgb(220,44,141); }
td.TdClassName
{
border-color: #DC2C8D;
}
.TagClassName
{
border-color: #DC2C8D;
}
</style>