Shades of Deep Cerise #DC2A9D
Tints of Deep Cerise #DC2A9D
RGB
CMYK
RGB Variations
Color information
#DC2A9D (or 0xDC2A9D) is known color: Deep Cerise. HEX triplet: DC, 2A and 9D. RGB value is (220,42,157). Sum of RGB (Red+Green+Blue) = 220+42+157=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A9D is #23D562. Grayscale: #6C6C6C. Windows color (decimal): -2348387 or 10300124. OLE color: 10300124.
HSL color Cylindrical-coordinate representation of color #DC2A9D: hue angle of 321.24º 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 #DC2A9D is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 157 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.14 |
| HSL | 321.24º | 0.72% | 0.51% | - |
| HSV(B) | 321.24º | 0.81% | 0.86% | - |
| XYZ | 36.43 | 19.31 | 33.7 | - |
| YUV | 108.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 157 | 0 | 0.81 | 0.29 | 0.14 | 321.24 | 0.72 | 0.51 |
| Hex | DC | 2A | 9D | 0 | 51 | 1D | E | 141 | 48 | 33 |
| Octal | 334 | 52 | 235 | 0 | 121 | 35 | 16 | 501 | 110 | 63 |
| Binary | 11011100 | 101010 | 10011101 | 0 | 1010001 | 11101 | 1110 | 101000001 | 1001000 | 110011 |
Color Harmonies of #DC2A9D
Complementary color
Monochromatic Colors of #DC2A9D
Black with #DC2A9D
Text Example
Text Example
White with #DC2A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A9D; }
p { color: rgb(220,42,157); }
H1.HeaderClassName
{
color: #DC2A9D;
}
.AnyTagClassName
{
color: #DC2A9D;
}
</style>
background-color css
<style>
a { background-color: #DC2A9D; }
a { background-color: rgb(220,42,157); }
div.DivClassName
{
background-color: #DC2A9D;
}
.BgClassName
{
background-color: #DC2A9D;
}
</style>
border-color css
<style>
span { border-color: #DC2A9D; }
span { border-color: rgb(220,42,157); }
td.TdClassName
{
border-color: #DC2A9D;
}
.TagClassName
{
border-color: #DC2A9D;
}
</style>