Shades of Amaranth #DA274D
Tints of Amaranth #DA274D
RGB
CMYK
RGB Variations
Color information
#DA274D (or 0xDA274D) is known color: Amaranth. HEX triplet: DA, 27 and 4D. RGB value is (218,39,77). Sum of RGB (Red+Green+Blue) = 218+39+77=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA274D is #25D8B2. Grayscale: #606060. Windows color (decimal): -2480307 or 5056474. OLE color: 5056474.
HSL color Cylindrical-coordinate representation of color #DA274D: hue angle of 347.26º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA274D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 77 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.15 |
| HSL | 347.26º | 0.71% | 0.5% | - |
| HSV(B) | 347.26º | 0.82% | 0.85% | - |
| XYZ | 30.98 | 16.89 | 8.65 | - |
| YUV | 96.85 | 116.8 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 77 | 0 | 0.82 | 0.65 | 0.15 | 347.26 | 0.71 | 0.5 |
| Hex | DA | 27 | 4D | 0 | 52 | 41 | F | 15B | 47 | 32 |
| Octal | 332 | 47 | 115 | 0 | 122 | 101 | 17 | 533 | 107 | 62 |
| Binary | 11011010 | 100111 | 1001101 | 0 | 1010010 | 1000001 | 1111 | 101011011 | 1000111 | 110010 |
Color Harmonies of #DA274D
Complementary color
Monochromatic Colors of #DA274D
Black with #DA274D
Text Example
Text Example
White with #DA274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA274D; }
p { color: rgb(218,39,77); }
H1.HeaderClassName
{
color: #DA274D;
}
.AnyTagClassName
{
color: #DA274D;
}
</style>
background-color css
<style>
a { background-color: #DA274D; }
a { background-color: rgb(218,39,77); }
div.DivClassName
{
background-color: #DA274D;
}
.BgClassName
{
background-color: #DA274D;
}
</style>
border-color css
<style>
span { border-color: #DA274D; }
span { border-color: rgb(218,39,77); }
td.TdClassName
{
border-color: #DA274D;
}
.TagClassName
{
border-color: #DA274D;
}
</style>