Shades of Deep Cerise #DC2B8C
Tints of Deep Cerise #DC2B8C
RGB
CMYK
RGB Variations
Color information
#DC2B8C (or 0xDC2B8C) is known color: Deep Cerise. HEX triplet: DC, 2B and 8C. RGB value is (220,43,140). Sum of RGB (Red+Green+Blue) = 220+43+140=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B8C is #23D473. Grayscale: #6A6A6A. Windows color (decimal): -2348148 or 9186268. OLE color: 9186268.
HSL color Cylindrical-coordinate representation of color #DC2B8C: hue angle of 327.12º 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 #DC2B8C is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 140 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.14 |
| HSL | 327.12º | 0.72% | 0.52% | - |
| HSV(B) | 327.12º | 0.8% | 0.86% | - |
| XYZ | 35.11 | 18.84 | 26.6 | - |
| YUV | 106.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 140 | 0 | 0.80 | 0.36 | 0.14 | 327.12 | 0.72 | 0.52 |
| Hex | DC | 2B | 8C | 0 | 50 | 24 | E | 147 | 48 | 34 |
| Octal | 334 | 53 | 214 | 0 | 120 | 44 | 16 | 507 | 110 | 64 |
| Binary | 11011100 | 101011 | 10001100 | 0 | 1010000 | 100100 | 1110 | 101000111 | 1001000 | 110100 |
Color Harmonies of #DC2B8C
Complementary color
Monochromatic Colors of #DC2B8C
Black with #DC2B8C
Text Example
Text Example
White with #DC2B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B8C; }
p { color: rgb(220,43,140); }
H1.HeaderClassName
{
color: #DC2B8C;
}
.AnyTagClassName
{
color: #DC2B8C;
}
</style>
background-color css
<style>
a { background-color: #DC2B8C; }
a { background-color: rgb(220,43,140); }
div.DivClassName
{
background-color: #DC2B8C;
}
.BgClassName
{
background-color: #DC2B8C;
}
</style>
border-color css
<style>
span { border-color: #DC2B8C; }
span { border-color: rgb(220,43,140); }
td.TdClassName
{
border-color: #DC2B8C;
}
.TagClassName
{
border-color: #DC2B8C;
}
</style>