Shades of Deep Cerise #DC2B8E
Tints of Deep Cerise #DC2B8E
RGB
CMYK
RGB Variations
Color information
#DC2B8E (or 0xDC2B8E) is known color: Deep Cerise. HEX triplet: DC, 2B and 8E. RGB value is (220,43,142). Sum of RGB (Red+Green+Blue) = 220+43+142=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B8E is #23D471. Grayscale: #6A6A6A. Windows color (decimal): -2348146 or 9317340. OLE color: 9317340.
HSL color Cylindrical-coordinate representation of color #DC2B8E: hue angle of 326.44º 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 #DC2B8E is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 142 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.14 |
| HSL | 326.44º | 0.72% | 0.52% | - |
| HSV(B) | 326.44º | 0.8% | 0.86% | - |
| XYZ | 35.26 | 18.9 | 27.38 | - |
| YUV | 107.21 | 147.64 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 142 | 0 | 0.80 | 0.35 | 0.14 | 326.44 | 0.72 | 0.52 |
| Hex | DC | 2B | 8E | 0 | 50 | 23 | E | 146 | 48 | 34 |
| Octal | 334 | 53 | 216 | 0 | 120 | 43 | 16 | 506 | 110 | 64 |
| Binary | 11011100 | 101011 | 10001110 | 0 | 1010000 | 100011 | 1110 | 101000110 | 1001000 | 110100 |
Color Harmonies of #DC2B8E
Complementary color
Monochromatic Colors of #DC2B8E
Black with #DC2B8E
Text Example
Text Example
White with #DC2B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B8E; }
p { color: rgb(220,43,142); }
H1.HeaderClassName
{
color: #DC2B8E;
}
.AnyTagClassName
{
color: #DC2B8E;
}
</style>
background-color css
<style>
a { background-color: #DC2B8E; }
a { background-color: rgb(220,43,142); }
div.DivClassName
{
background-color: #DC2B8E;
}
.BgClassName
{
background-color: #DC2B8E;
}
</style>
border-color css
<style>
span { border-color: #DC2B8E; }
span { border-color: rgb(220,43,142); }
td.TdClassName
{
border-color: #DC2B8E;
}
.TagClassName
{
border-color: #DC2B8E;
}
</style>