Shades of Amaranth #DC334B
Tints of Amaranth #DC334B
RGB
CMYK
RGB Variations
Color information
#DC334B (or 0xDC334B) is known color: Amaranth. HEX triplet: DC, 33 and 4B. RGB value is (220,51,75). Sum of RGB (Red+Green+Blue) = 220+51+75=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC334B is #23CCB4. Grayscale: #686868. Windows color (decimal): -2346165 or 4928476. OLE color: 4928476.
HSL color Cylindrical-coordinate representation of color #DC334B: hue angle of 351.48º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC334B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 75 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.14 |
| HSL | 351.48º | 0.71% | 0.53% | - |
| HSV(B) | 351.48º | 0.77% | 0.86% | - |
| XYZ | 31.97 | 18.09 | 8.46 | - |
| YUV | 104.27 | 111.49 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 75 | 0 | 0.77 | 0.66 | 0.14 | 351.48 | 0.71 | 0.53 |
| Hex | DC | 33 | 4B | 0 | 4D | 42 | E | 15F | 47 | 35 |
| Octal | 334 | 63 | 113 | 0 | 115 | 102 | 16 | 537 | 107 | 65 |
| Binary | 11011100 | 110011 | 1001011 | 0 | 1001101 | 1000010 | 1110 | 101011111 | 1000111 | 110101 |
Color Harmonies of #DC334B
Complementary color
Monochromatic Colors of #DC334B
Black with #DC334B
Text Example
Text Example
White with #DC334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC334B; }
p { color: rgb(220,51,75); }
H1.HeaderClassName
{
color: #DC334B;
}
.AnyTagClassName
{
color: #DC334B;
}
</style>
background-color css
<style>
a { background-color: #DC334B; }
a { background-color: rgb(220,51,75); }
div.DivClassName
{
background-color: #DC334B;
}
.BgClassName
{
background-color: #DC334B;
}
</style>
border-color css
<style>
span { border-color: #DC334B; }
span { border-color: rgb(220,51,75); }
td.TdClassName
{
border-color: #DC334B;
}
.TagClassName
{
border-color: #DC334B;
}
</style>