Shades of Amaranth #DA274E
Tints of Amaranth #DA274E
RGB
CMYK
RGB Variations
Color information
#DA274E (or 0xDA274E) is known color: Amaranth. HEX triplet: DA, 27 and 4E. RGB value is (218,39,78). Sum of RGB (Red+Green+Blue) = 218+39+78=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA274E is #25D8B1. Grayscale: #606060. Windows color (decimal): -2480306 or 5122010. OLE color: 5122010.
HSL color Cylindrical-coordinate representation of color #DA274E: hue angle of 346.93º 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 #DA274E is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 78 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.15 |
| HSL | 346.93º | 0.71% | 0.5% | - |
| HSV(B) | 346.93º | 0.82% | 0.85% | - |
| XYZ | 31.01 | 16.91 | 8.84 | - |
| YUV | 96.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 78 | 0 | 0.82 | 0.64 | 0.15 | 346.93 | 0.71 | 0.5 |
| Hex | DA | 27 | 4E | 0 | 52 | 40 | F | 15B | 47 | 32 |
| Octal | 332 | 47 | 116 | 0 | 122 | 100 | 17 | 533 | 107 | 62 |
| Binary | 11011010 | 100111 | 1001110 | 0 | 1010010 | 1000000 | 1111 | 101011011 | 1000111 | 110010 |
Color Harmonies of #DA274E
Complementary color
Monochromatic Colors of #DA274E
Black with #DA274E
Text Example
Text Example
White with #DA274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA274E; }
p { color: rgb(218,39,78); }
H1.HeaderClassName
{
color: #DA274E;
}
.AnyTagClassName
{
color: #DA274E;
}
</style>
background-color css
<style>
a { background-color: #DA274E; }
a { background-color: rgb(218,39,78); }
div.DivClassName
{
background-color: #DA274E;
}
.BgClassName
{
background-color: #DA274E;
}
</style>
border-color css
<style>
span { border-color: #DA274E; }
span { border-color: rgb(218,39,78); }
td.TdClassName
{
border-color: #DA274E;
}
.TagClassName
{
border-color: #DA274E;
}
</style>