Shades of Amaranth #DA284B
Tints of Amaranth #DA284B
RGB
CMYK
RGB Variations
Color information
#DA284B (or 0xDA284B) is known color: Amaranth. HEX triplet: DA, 28 and 4B. RGB value is (218,40,75). Sum of RGB (Red+Green+Blue) = 218+40+75=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA284B is #25D7B4. Grayscale: #616161. Windows color (decimal): -2480053 or 4925658. OLE color: 4925658.
HSL color Cylindrical-coordinate representation of color #DA284B: hue angle of 348.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA284B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 75 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.15 |
| HSL | 348.2º | 0.71% | 0.51% | - |
| HSV(B) | 348.2º | 0.82% | 0.85% | - |
| XYZ | 30.94 | 16.93 | 8.29 | - |
| YUV | 97.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 75 | 0 | 0.82 | 0.66 | 0.15 | 348.2 | 0.71 | 0.51 |
| Hex | DA | 28 | 4B | 0 | 52 | 42 | F | 15C | 47 | 33 |
| Octal | 332 | 50 | 113 | 0 | 122 | 102 | 17 | 534 | 107 | 63 |
| Binary | 11011010 | 101000 | 1001011 | 0 | 1010010 | 1000010 | 1111 | 101011100 | 1000111 | 110011 |
Color Harmonies of #DA284B
Complementary color
Monochromatic Colors of #DA284B
Black with #DA284B
Text Example
Text Example
White with #DA284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA284B; }
p { color: rgb(218,40,75); }
H1.HeaderClassName
{
color: #DA284B;
}
.AnyTagClassName
{
color: #DA284B;
}
</style>
background-color css
<style>
a { background-color: #DA284B; }
a { background-color: rgb(218,40,75); }
div.DivClassName
{
background-color: #DA284B;
}
.BgClassName
{
background-color: #DA284B;
}
</style>
border-color css
<style>
span { border-color: #DA284B; }
span { border-color: rgb(218,40,75); }
td.TdClassName
{
border-color: #DA284B;
}
.TagClassName
{
border-color: #DA284B;
}
</style>