Shades of Deep Cerise #DC2A95
Tints of Deep Cerise #DC2A95
RGB
CMYK
RGB Variations
Color information
#DC2A95 (or 0xDC2A95) is known color: Deep Cerise. HEX triplet: DC, 2A and 95. RGB value is (220,42,149). Sum of RGB (Red+Green+Blue) = 220+42+149=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A95 is #23D56A. Grayscale: #6B6B6B. Windows color (decimal): -2348395 or 9775836. OLE color: 9775836.
HSL color Cylindrical-coordinate representation of color #DC2A95: hue angle of 323.93º 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 #DC2A95 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 149 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.14 |
| HSL | 323.93º | 0.72% | 0.51% | - |
| HSV(B) | 323.93º | 0.81% | 0.86% | - |
| XYZ | 35.77 | 19.04 | 30.22 | - |
| YUV | 107.42 | 151.47 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 149 | 0 | 0.81 | 0.32 | 0.14 | 323.93 | 0.72 | 0.51 |
| Hex | DC | 2A | 95 | 0 | 51 | 20 | E | 144 | 48 | 33 |
| Octal | 334 | 52 | 225 | 0 | 121 | 40 | 16 | 504 | 110 | 63 |
| Binary | 11011100 | 101010 | 10010101 | 0 | 1010001 | 100000 | 1110 | 101000100 | 1001000 | 110011 |
Color Harmonies of #DC2A95
Complementary color
Monochromatic Colors of #DC2A95
Black with #DC2A95
Text Example
Text Example
White with #DC2A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A95; }
p { color: rgb(220,42,149); }
H1.HeaderClassName
{
color: #DC2A95;
}
.AnyTagClassName
{
color: #DC2A95;
}
</style>
background-color css
<style>
a { background-color: #DC2A95; }
a { background-color: rgb(220,42,149); }
div.DivClassName
{
background-color: #DC2A95;
}
.BgClassName
{
background-color: #DC2A95;
}
</style>
border-color css
<style>
span { border-color: #DC2A95; }
span { border-color: rgb(220,42,149); }
td.TdClassName
{
border-color: #DC2A95;
}
.TagClassName
{
border-color: #DC2A95;
}
</style>