Shades of Deep Cerise #DC2B8B
Tints of Deep Cerise #DC2B8B
RGB
CMYK
RGB Variations
Color information
#DC2B8B (or 0xDC2B8B) is known color: Deep Cerise. HEX triplet: DC, 2B and 8B. RGB value is (220,43,139). Sum of RGB (Red+Green+Blue) = 220+43+139=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B8B is #23D474. Grayscale: #6A6A6A. Windows color (decimal): -2348149 or 9120732. OLE color: 9120732.
HSL color Cylindrical-coordinate representation of color #DC2B8B: hue angle of 327.46º 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 #DC2B8B is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 139 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.14 |
| HSL | 327.46º | 0.72% | 0.52% | - |
| HSV(B) | 327.46º | 0.8% | 0.86% | - |
| XYZ | 35.04 | 18.81 | 26.21 | - |
| YUV | 106.87 | 146.14 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 139 | 0 | 0.80 | 0.37 | 0.14 | 327.46 | 0.72 | 0.52 |
| Hex | DC | 2B | 8B | 0 | 50 | 25 | E | 147 | 48 | 34 |
| Octal | 334 | 53 | 213 | 0 | 120 | 45 | 16 | 507 | 110 | 64 |
| Binary | 11011100 | 101011 | 10001011 | 0 | 1010000 | 100101 | 1110 | 101000111 | 1001000 | 110100 |
Color Harmonies of #DC2B8B
Complementary color
Monochromatic Colors of #DC2B8B
Black with #DC2B8B
Text Example
Text Example
White with #DC2B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B8B; }
p { color: rgb(220,43,139); }
H1.HeaderClassName
{
color: #DC2B8B;
}
.AnyTagClassName
{
color: #DC2B8B;
}
</style>
background-color css
<style>
a { background-color: #DC2B8B; }
a { background-color: rgb(220,43,139); }
div.DivClassName
{
background-color: #DC2B8B;
}
.BgClassName
{
background-color: #DC2B8B;
}
</style>
border-color css
<style>
span { border-color: #DC2B8B; }
span { border-color: rgb(220,43,139); }
td.TdClassName
{
border-color: #DC2B8B;
}
.TagClassName
{
border-color: #DC2B8B;
}
</style>