Shades of Deep Cerise #DC2A82
Tints of Deep Cerise #DC2A82
RGB
CMYK
RGB Variations
Color information
#DC2A82 (or 0xDC2A82) is known color: Deep Cerise. HEX triplet: DC, 2A and 82. RGB value is (220,42,130). Sum of RGB (Red+Green+Blue) = 220+42+130=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A82 is #23D57D. Grayscale: #696969. Windows color (decimal): -2348414 or 8530652. OLE color: 8530652.
HSL color Cylindrical-coordinate representation of color #DC2A82: hue angle of 330.34º 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 #DC2A82 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 130 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.14 |
| HSL | 330.34º | 0.72% | 0.51% | - |
| HSV(B) | 330.34º | 0.81% | 0.86% | - |
| XYZ | 34.37 | 18.48 | 22.88 | - |
| YUV | 105.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 130 | 0 | 0.81 | 0.41 | 0.14 | 330.34 | 0.72 | 0.51 |
| Hex | DC | 2A | 82 | 0 | 51 | 29 | E | 14A | 48 | 33 |
| Octal | 334 | 52 | 202 | 0 | 121 | 51 | 16 | 512 | 110 | 63 |
| Binary | 11011100 | 101010 | 10000010 | 0 | 1010001 | 101001 | 1110 | 101001010 | 1001000 | 110011 |
Color Harmonies of #DC2A82
Complementary color
Monochromatic Colors of #DC2A82
Black with #DC2A82
Text Example
Text Example
White with #DC2A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A82; }
p { color: rgb(220,42,130); }
H1.HeaderClassName
{
color: #DC2A82;
}
.AnyTagClassName
{
color: #DC2A82;
}
</style>
background-color css
<style>
a { background-color: #DC2A82; }
a { background-color: rgb(220,42,130); }
div.DivClassName
{
background-color: #DC2A82;
}
.BgClassName
{
background-color: #DC2A82;
}
</style>
border-color css
<style>
span { border-color: #DC2A82; }
span { border-color: rgb(220,42,130); }
td.TdClassName
{
border-color: #DC2A82;
}
.TagClassName
{
border-color: #DC2A82;
}
</style>