Shades of Deep Cerise #DC2A8B
Tints of Deep Cerise #DC2A8B
RGB
CMYK
RGB Variations
Color information
#DC2A8B (or 0xDC2A8B) is known color: Deep Cerise. HEX triplet: DC, 2A and 8B. RGB value is (220,42,139). Sum of RGB (Red+Green+Blue) = 220+42+139=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A8B is #23D574. Grayscale: #6A6A6A. Windows color (decimal): -2348405 or 9120476. OLE color: 9120476.
HSL color Cylindrical-coordinate representation of color #DC2A8B: hue angle of 327.3º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A8B is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 139 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.14 |
| HSL | 327.3º | 0.72% | 0.51% | - |
| HSV(B) | 327.3º | 0.81% | 0.86% | - |
| XYZ | 35 | 18.74 | 26.2 | - |
| YUV | 106.28 | 146.47 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 139 | 0 | 0.81 | 0.37 | 0.14 | 327.3 | 0.72 | 0.51 |
| Hex | DC | 2A | 8B | 0 | 51 | 25 | E | 147 | 48 | 33 |
| Octal | 334 | 52 | 213 | 0 | 121 | 45 | 16 | 507 | 110 | 63 |
| Binary | 11011100 | 101010 | 10001011 | 0 | 1010001 | 100101 | 1110 | 101000111 | 1001000 | 110011 |
Color Harmonies of #DC2A8B
Complementary color
Monochromatic Colors of #DC2A8B
Black with #DC2A8B
Text Example
Text Example
White with #DC2A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A8B; }
p { color: rgb(220,42,139); }
H1.HeaderClassName
{
color: #DC2A8B;
}
.AnyTagClassName
{
color: #DC2A8B;
}
</style>
background-color css
<style>
a { background-color: #DC2A8B; }
a { background-color: rgb(220,42,139); }
div.DivClassName
{
background-color: #DC2A8B;
}
.BgClassName
{
background-color: #DC2A8B;
}
</style>
border-color css
<style>
span { border-color: #DC2A8B; }
span { border-color: rgb(220,42,139); }
td.TdClassName
{
border-color: #DC2A8B;
}
.TagClassName
{
border-color: #DC2A8B;
}
</style>