Shades of Amaranth #DA3F4B
Tints of Amaranth #DA3F4B
RGB
CMYK
RGB Variations
Color information
#DA3F4B (or 0xDA3F4B) is known color: Amaranth. HEX triplet: DA, 3F and 4B. RGB value is (218,63,75). Sum of RGB (Red+Green+Blue) = 218+63+75=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F4B is #25C0B4. Grayscale: #6E6E6E. Windows color (decimal): -2474165 or 4931546. OLE color: 4931546.
HSL color Cylindrical-coordinate representation of color #DA3F4B: hue angle of 355.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA3F4B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 75 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.15 |
| HSL | 355.35º | 0.68% | 0.55% | - |
| HSV(B) | 355.35º | 0.71% | 0.85% | - |
| XYZ | 31.96 | 18.97 | 8.63 | - |
| YUV | 110.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 75 | 0 | 0.71 | 0.66 | 0.15 | 355.35 | 0.68 | 0.55 |
| Hex | DA | 3F | 4B | 0 | 47 | 42 | F | 163 | 44 | 37 |
| Octal | 332 | 77 | 113 | 0 | 107 | 102 | 17 | 543 | 104 | 67 |
| Binary | 11011010 | 111111 | 1001011 | 0 | 1000111 | 1000010 | 1111 | 101100011 | 1000100 | 110111 |
Color Harmonies of #DA3F4B
Complementary color
Monochromatic Colors of #DA3F4B
Black with #DA3F4B
Text Example
Text Example
White with #DA3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F4B; }
p { color: rgb(218,63,75); }
H1.HeaderClassName
{
color: #DA3F4B;
}
.AnyTagClassName
{
color: #DA3F4B;
}
</style>
background-color css
<style>
a { background-color: #DA3F4B; }
a { background-color: rgb(218,63,75); }
div.DivClassName
{
background-color: #DA3F4B;
}
.BgClassName
{
background-color: #DA3F4B;
}
</style>
border-color css
<style>
span { border-color: #DA3F4B; }
span { border-color: rgb(218,63,75); }
td.TdClassName
{
border-color: #DA3F4B;
}
.TagClassName
{
border-color: #DA3F4B;
}
</style>