Shades of Amaranth #DA234C
Tints of Amaranth #DA234C
RGB
CMYK
RGB Variations
Color information
#DA234C (or 0xDA234C) is known color: Amaranth. HEX triplet: DA, 23 and 4C. RGB value is (218,35,76). Sum of RGB (Red+Green+Blue) = 218+35+76=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA234C is #25DCB3. Grayscale: #5E5E5E. Windows color (decimal): -2481332 or 4989914. OLE color: 4989914.
HSL color Cylindrical-coordinate representation of color #DA234C: hue angle of 346.56º 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 #DA234C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 76 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.15 |
| HSL | 346.56º | 0.72% | 0.5% | - |
| HSV(B) | 346.56º | 0.84% | 0.85% | - |
| XYZ | 30.82 | 16.63 | 8.42 | - |
| YUV | 94.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 76 | 0 | 0.84 | 0.65 | 0.15 | 346.56 | 0.72 | 0.5 |
| Hex | DA | 23 | 4C | 0 | 54 | 41 | F | 15B | 48 | 32 |
| Octal | 332 | 43 | 114 | 0 | 124 | 101 | 17 | 533 | 110 | 62 |
| Binary | 11011010 | 100011 | 1001100 | 0 | 1010100 | 1000001 | 1111 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DA234C
Complementary color
Monochromatic Colors of #DA234C
Black with #DA234C
Text Example
Text Example
White with #DA234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA234C; }
p { color: rgb(218,35,76); }
H1.HeaderClassName
{
color: #DA234C;
}
.AnyTagClassName
{
color: #DA234C;
}
</style>
background-color css
<style>
a { background-color: #DA234C; }
a { background-color: rgb(218,35,76); }
div.DivClassName
{
background-color: #DA234C;
}
.BgClassName
{
background-color: #DA234C;
}
</style>
border-color css
<style>
span { border-color: #DA234C; }
span { border-color: rgb(218,35,76); }
td.TdClassName
{
border-color: #DA234C;
}
.TagClassName
{
border-color: #DA234C;
}
</style>