Shades of Amaranth #DA314B
Tints of Amaranth #DA314B
RGB
CMYK
RGB Variations
Color information
#DA314B (or 0xDA314B) is known color: Amaranth. HEX triplet: DA, 31 and 4B. RGB value is (218,49,75). Sum of RGB (Red+Green+Blue) = 218+49+75=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA314B is #25CEB4. Grayscale: #666666. Windows color (decimal): -2477749 or 4927962. OLE color: 4927962.
HSL color Cylindrical-coordinate representation of color #DA314B: hue angle of 350.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA314B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 75 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.15 |
| HSL | 350.77º | 0.7% | 0.52% | - |
| HSV(B) | 350.77º | 0.78% | 0.85% | - |
| XYZ | 31.28 | 17.61 | 8.41 | - |
| YUV | 102.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 75 | 0 | 0.78 | 0.66 | 0.15 | 350.77 | 0.7 | 0.52 |
| Hex | DA | 31 | 4B | 0 | 4E | 42 | F | 15F | 46 | 34 |
| Octal | 332 | 61 | 113 | 0 | 116 | 102 | 17 | 537 | 106 | 64 |
| Binary | 11011010 | 110001 | 1001011 | 0 | 1001110 | 1000010 | 1111 | 101011111 | 1000110 | 110100 |
Color Harmonies of #DA314B
Complementary color
Monochromatic Colors of #DA314B
Black with #DA314B
Text Example
Text Example
White with #DA314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA314B; }
p { color: rgb(218,49,75); }
H1.HeaderClassName
{
color: #DA314B;
}
.AnyTagClassName
{
color: #DA314B;
}
</style>
background-color css
<style>
a { background-color: #DA314B; }
a { background-color: rgb(218,49,75); }
div.DivClassName
{
background-color: #DA314B;
}
.BgClassName
{
background-color: #DA314B;
}
</style>
border-color css
<style>
span { border-color: #DA314B; }
span { border-color: rgb(218,49,75); }
td.TdClassName
{
border-color: #DA314B;
}
.TagClassName
{
border-color: #DA314B;
}
</style>