Shades of Amaranth #DA234F
Tints of Amaranth #DA234F
RGB
CMYK
RGB Variations
Color information
#DA234F (or 0xDA234F) is known color: Amaranth. HEX triplet: DA, 23 and 4F. RGB value is (218,35,79). Sum of RGB (Red+Green+Blue) = 218+35+79=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA234F is #25DCB0. Grayscale: #5E5E5E. Windows color (decimal): -2481329 or 5186522. OLE color: 5186522.
HSL color Cylindrical-coordinate representation of color #DA234F: hue angle of 345.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA234F is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 79 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.15 |
| HSL | 345.57º | 0.72% | 0.5% | - |
| HSV(B) | 345.57º | 0.84% | 0.85% | - |
| XYZ | 30.93 | 16.67 | 8.99 | - |
| YUV | 94.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 79 | 0 | 0.84 | 0.64 | 0.15 | 345.57 | 0.72 | 0.5 |
| Hex | DA | 23 | 4F | 0 | 54 | 40 | F | 15A | 48 | 32 |
| Octal | 332 | 43 | 117 | 0 | 124 | 100 | 17 | 532 | 110 | 62 |
| Binary | 11011010 | 100011 | 1001111 | 0 | 1010100 | 1000000 | 1111 | 101011010 | 1001000 | 110010 |
Color Harmonies of #DA234F
Complementary color
Monochromatic Colors of #DA234F
Black with #DA234F
Text Example
Text Example
White with #DA234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA234F; }
p { color: rgb(218,35,79); }
H1.HeaderClassName
{
color: #DA234F;
}
.AnyTagClassName
{
color: #DA234F;
}
</style>
background-color css
<style>
a { background-color: #DA234F; }
a { background-color: rgb(218,35,79); }
div.DivClassName
{
background-color: #DA234F;
}
.BgClassName
{
background-color: #DA234F;
}
</style>
border-color css
<style>
span { border-color: #DA234F; }
span { border-color: rgb(218,35,79); }
td.TdClassName
{
border-color: #DA234F;
}
.TagClassName
{
border-color: #DA234F;
}
</style>