Shades of Amaranth #DA334B
Tints of Amaranth #DA334B
RGB
CMYK
RGB Variations
Color information
#DA334B (or 0xDA334B) is known color: Amaranth. HEX triplet: DA, 33 and 4B. RGB value is (218,51,75). Sum of RGB (Red+Green+Blue) = 218+51+75=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA334B is #25CCB4. Grayscale: #676767. Windows color (decimal): -2477237 or 4928474. OLE color: 4928474.
HSL color Cylindrical-coordinate representation of color #DA334B: hue angle of 351.38º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA334B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 75 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.15 |
| HSL | 351.38º | 0.69% | 0.53% | - |
| HSV(B) | 351.38º | 0.77% | 0.85% | - |
| XYZ | 31.37 | 17.78 | 8.44 | - |
| YUV | 103.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 75 | 0 | 0.77 | 0.66 | 0.15 | 351.38 | 0.69 | 0.53 |
| Hex | DA | 33 | 4B | 0 | 4D | 42 | F | 15F | 45 | 35 |
| Octal | 332 | 63 | 113 | 0 | 115 | 102 | 17 | 537 | 105 | 65 |
| Binary | 11011010 | 110011 | 1001011 | 0 | 1001101 | 1000010 | 1111 | 101011111 | 1000101 | 110101 |
Color Harmonies of #DA334B
Complementary color
Monochromatic Colors of #DA334B
Black with #DA334B
Text Example
Text Example
White with #DA334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA334B; }
p { color: rgb(218,51,75); }
H1.HeaderClassName
{
color: #DA334B;
}
.AnyTagClassName
{
color: #DA334B;
}
</style>
background-color css
<style>
a { background-color: #DA334B; }
a { background-color: rgb(218,51,75); }
div.DivClassName
{
background-color: #DA334B;
}
.BgClassName
{
background-color: #DA334B;
}
</style>
border-color css
<style>
span { border-color: #DA334B; }
span { border-color: rgb(218,51,75); }
td.TdClassName
{
border-color: #DA334B;
}
.TagClassName
{
border-color: #DA334B;
}
</style>