Shades of Deep Cerise #DC2AA5
Tints of Deep Cerise #DC2AA5
RGB
CMYK
RGB Variations
Color information
#DC2AA5 (or 0xDC2AA5) is known color: Deep Cerise. HEX triplet: DC, 2A and A5. RGB value is (220,42,165). Sum of RGB (Red+Green+Blue) = 220+42+165=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AA5 is #23D55A. Grayscale: #6C6C6C. Windows color (decimal): -2348379 or 10824412. OLE color: 10824412.
HSL color Cylindrical-coordinate representation of color #DC2AA5: hue angle of 318.54º 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 #DC2AA5 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 165 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.14 |
| HSL | 318.54º | 0.72% | 0.51% | - |
| HSV(B) | 318.54º | 0.81% | 0.86% | - |
| XYZ | 37.13 | 19.59 | 37.42 | - |
| YUV | 109.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 165 | 0 | 0.81 | 0.25 | 0.14 | 318.54 | 0.72 | 0.51 |
| Hex | DC | 2A | A5 | 0 | 51 | 19 | E | 13F | 48 | 33 |
| Octal | 334 | 52 | 245 | 0 | 121 | 31 | 16 | 477 | 110 | 63 |
| Binary | 11011100 | 101010 | 10100101 | 0 | 1010001 | 11001 | 1110 | 100111111 | 1001000 | 110011 |
Color Harmonies of #DC2AA5
Complementary color
Monochromatic Colors of #DC2AA5
Black with #DC2AA5
Text Example
Text Example
White with #DC2AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AA5; }
p { color: rgb(220,42,165); }
H1.HeaderClassName
{
color: #DC2AA5;
}
.AnyTagClassName
{
color: #DC2AA5;
}
</style>
background-color css
<style>
a { background-color: #DC2AA5; }
a { background-color: rgb(220,42,165); }
div.DivClassName
{
background-color: #DC2AA5;
}
.BgClassName
{
background-color: #DC2AA5;
}
</style>
border-color css
<style>
span { border-color: #DC2AA5; }
span { border-color: rgb(220,42,165); }
td.TdClassName
{
border-color: #DC2AA5;
}
.TagClassName
{
border-color: #DC2AA5;
}
</style>