Shades of Amaranth #DC2752
Tints of Amaranth #DC2752
RGB
CMYK
RGB Variations
Color information
#DC2752 (or 0xDC2752) is known color: Amaranth. HEX triplet: DC, 27 and 52. RGB value is (220,39,82). Sum of RGB (Red+Green+Blue) = 220+39+82=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2752 is #23D8AD. Grayscale: #626262. Windows color (decimal): -2349230 or 5384156. OLE color: 5384156.
HSL color Cylindrical-coordinate representation of color #DC2752: hue angle of 345.75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2752 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 82 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.14 |
| HSL | 345.75º | 0.72% | 0.51% | - |
| HSV(B) | 345.75º | 0.82% | 0.86% | - |
| XYZ | 31.76 | 17.28 | 9.64 | - |
| YUV | 98.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 82 | 0 | 0.82 | 0.63 | 0.14 | 345.75 | 0.72 | 0.51 |
| Hex | DC | 27 | 52 | 0 | 52 | 3F | E | 15A | 48 | 33 |
| Octal | 334 | 47 | 122 | 0 | 122 | 77 | 16 | 532 | 110 | 63 |
| Binary | 11011100 | 100111 | 1010010 | 0 | 1010010 | 111111 | 1110 | 101011010 | 1001000 | 110011 |
Color Harmonies of #DC2752
Complementary color
Monochromatic Colors of #DC2752
Black with #DC2752
Text Example
Text Example
White with #DC2752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2752; }
p { color: rgb(220,39,82); }
H1.HeaderClassName
{
color: #DC2752;
}
.AnyTagClassName
{
color: #DC2752;
}
</style>
background-color css
<style>
a { background-color: #DC2752; }
a { background-color: rgb(220,39,82); }
div.DivClassName
{
background-color: #DC2752;
}
.BgClassName
{
background-color: #DC2752;
}
</style>
border-color css
<style>
span { border-color: #DC2752; }
span { border-color: rgb(220,39,82); }
td.TdClassName
{
border-color: #DC2752;
}
.TagClassName
{
border-color: #DC2752;
}
</style>