Shades of Deep Cerise #DC2B8A
Tints of Deep Cerise #DC2B8A
RGB
CMYK
RGB Variations
Color information
#DC2B8A (or 0xDC2B8A) is known color: Deep Cerise. HEX triplet: DC, 2B and 8A. RGB value is (220,43,138). Sum of RGB (Red+Green+Blue) = 220+43+138=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B8A is #23D475. Grayscale: #6A6A6A. Windows color (decimal): -2348150 or 9055196. OLE color: 9055196.
HSL color Cylindrical-coordinate representation of color #DC2B8A: hue angle of 327.8º 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 #DC2B8A is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 138 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.14 |
| HSL | 327.8º | 0.72% | 0.52% | - |
| HSV(B) | 327.8º | 0.8% | 0.86% | - |
| XYZ | 34.97 | 18.78 | 25.83 | - |
| YUV | 106.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 138 | 0 | 0.80 | 0.37 | 0.14 | 327.8 | 0.72 | 0.52 |
| Hex | DC | 2B | 8A | 0 | 50 | 25 | E | 148 | 48 | 34 |
| Octal | 334 | 53 | 212 | 0 | 120 | 45 | 16 | 510 | 110 | 64 |
| Binary | 11011100 | 101011 | 10001010 | 0 | 1010000 | 100101 | 1110 | 101001000 | 1001000 | 110100 |
Color Harmonies of #DC2B8A
Complementary color
Monochromatic Colors of #DC2B8A
Black with #DC2B8A
Text Example
Text Example
White with #DC2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B8A; }
p { color: rgb(220,43,138); }
H1.HeaderClassName
{
color: #DC2B8A;
}
.AnyTagClassName
{
color: #DC2B8A;
}
</style>
background-color css
<style>
a { background-color: #DC2B8A; }
a { background-color: rgb(220,43,138); }
div.DivClassName
{
background-color: #DC2B8A;
}
.BgClassName
{
background-color: #DC2B8A;
}
</style>
border-color css
<style>
span { border-color: #DC2B8A; }
span { border-color: rgb(220,43,138); }
td.TdClassName
{
border-color: #DC2B8A;
}
.TagClassName
{
border-color: #DC2B8A;
}
</style>