Shades of Amaranth #DA274F
Tints of Amaranth #DA274F
RGB
CMYK
RGB Variations
Color information
#DA274F (or 0xDA274F) is known color: Amaranth. HEX triplet: DA, 27 and 4F. RGB value is (218,39,79). Sum of RGB (Red+Green+Blue) = 218+39+79=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA274F is #25D8B0. Grayscale: #616161. Windows color (decimal): -2480305 or 5187546. OLE color: 5187546.
HSL color Cylindrical-coordinate representation of color #DA274F: hue angle of 346.59º 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 #DA274F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 79 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.15 |
| HSL | 346.59º | 0.71% | 0.5% | - |
| HSV(B) | 346.59º | 0.82% | 0.85% | - |
| XYZ | 31.05 | 16.92 | 9.03 | - |
| YUV | 97.08 | 117.8 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 79 | 0 | 0.82 | 0.64 | 0.15 | 346.59 | 0.71 | 0.5 |
| Hex | DA | 27 | 4F | 0 | 52 | 40 | F | 15B | 47 | 32 |
| Octal | 332 | 47 | 117 | 0 | 122 | 100 | 17 | 533 | 107 | 62 |
| Binary | 11011010 | 100111 | 1001111 | 0 | 1010010 | 1000000 | 1111 | 101011011 | 1000111 | 110010 |
Color Harmonies of #DA274F
Complementary color
Monochromatic Colors of #DA274F
Black with #DA274F
Text Example
Text Example
White with #DA274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA274F; }
p { color: rgb(218,39,79); }
H1.HeaderClassName
{
color: #DA274F;
}
.AnyTagClassName
{
color: #DA274F;
}
</style>
background-color css
<style>
a { background-color: #DA274F; }
a { background-color: rgb(218,39,79); }
div.DivClassName
{
background-color: #DA274F;
}
.BgClassName
{
background-color: #DA274F;
}
</style>
border-color css
<style>
span { border-color: #DA274F; }
span { border-color: rgb(218,39,79); }
td.TdClassName
{
border-color: #DA274F;
}
.TagClassName
{
border-color: #DA274F;
}
</style>