Shades of Deep Cerise #DC2C8B
Tints of Deep Cerise #DC2C8B
RGB
CMYK
RGB Variations
Color information
#DC2C8B (or 0xDC2C8B) is known color: Deep Cerise. HEX triplet: DC, 2C and 8B. RGB value is (220,44,139). Sum of RGB (Red+Green+Blue) = 220+44+139=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C8B is #23D374. Grayscale: #6B6B6B. Windows color (decimal): -2347893 or 9120988. OLE color: 9120988.
HSL color Cylindrical-coordinate representation of color #DC2C8B: hue angle of 327.61º 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 #DC2C8B is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 139 | - |
| CMYK | 0 | 0.8 | 0.37 | 0.14 |
| HSL | 327.61º | 0.72% | 0.52% | - |
| HSV(B) | 327.61º | 0.8% | 0.86% | - |
| XYZ | 35.08 | 18.88 | 26.22 | - |
| YUV | 107.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 139 | 0 | 0.8 | 0.37 | 0.14 | 327.61 | 0.72 | 0.52 |
| Hex | DC | 2C | 8B | 0 | 50 | 25 | E | 148 | 48 | 34 |
| Octal | 334 | 54 | 213 | 0 | 120 | 45 | 16 | 510 | 110 | 64 |
| Binary | 11011100 | 101100 | 10001011 | 0 | 1010000 | 100101 | 1110 | 101001000 | 1001000 | 110100 |
Color Harmonies of #DC2C8B
Complementary color
Monochromatic Colors of #DC2C8B
Black with #DC2C8B
Text Example
Text Example
White with #DC2C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C8B; }
p { color: rgb(220,44,139); }
H1.HeaderClassName
{
color: #DC2C8B;
}
.AnyTagClassName
{
color: #DC2C8B;
}
</style>
background-color css
<style>
a { background-color: #DC2C8B; }
a { background-color: rgb(220,44,139); }
div.DivClassName
{
background-color: #DC2C8B;
}
.BgClassName
{
background-color: #DC2C8B;
}
</style>
border-color css
<style>
span { border-color: #DC2C8B; }
span { border-color: rgb(220,44,139); }
td.TdClassName
{
border-color: #DC2C8B;
}
.TagClassName
{
border-color: #DC2C8B;
}
</style>