Shades of Amaranth #DF2B4B
Tints of Amaranth #DF2B4B
RGB
CMYK
RGB Variations
Color information
#DF2B4B (or 0xDF2B4B) is known color: Amaranth. HEX triplet: DF, 2B and 4B. RGB value is (223,43,75). Sum of RGB (Red+Green+Blue) = 223+43+75=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B4B is #20D4B4. Grayscale: #646464. Windows color (decimal): -2151605 or 4926431. OLE color: 4926431.
HSL color Cylindrical-coordinate representation of color #DF2B4B: hue angle of 349.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2B4B is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 75 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.13 |
| HSL | 349.33º | 0.74% | 0.52% | - |
| HSV(B) | 349.33º | 0.81% | 0.87% | - |
| XYZ | 32.57 | 17.92 | 8.4 | - |
| YUV | 100.47 | 113.63 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 75 | 0 | 0.81 | 0.66 | 0.13 | 349.33 | 0.74 | 0.52 |
| Hex | DF | 2B | 4B | 0 | 51 | 42 | D | 15D | 4A | 34 |
| Octal | 337 | 53 | 113 | 0 | 121 | 102 | 15 | 535 | 112 | 64 |
| Binary | 11011111 | 101011 | 1001011 | 0 | 1010001 | 1000010 | 1101 | 101011101 | 1001010 | 110100 |
Color Harmonies of #DF2B4B
Complementary color
Monochromatic Colors of #DF2B4B
Black with #DF2B4B
Text Example
Text Example
White with #DF2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B4B; }
p { color: rgb(223,43,75); }
H1.HeaderClassName
{
color: #DF2B4B;
}
.AnyTagClassName
{
color: #DF2B4B;
}
</style>
background-color css
<style>
a { background-color: #DF2B4B; }
a { background-color: rgb(223,43,75); }
div.DivClassName
{
background-color: #DF2B4B;
}
.BgClassName
{
background-color: #DF2B4B;
}
</style>
border-color css
<style>
span { border-color: #DF2B4B; }
span { border-color: rgb(223,43,75); }
td.TdClassName
{
border-color: #DF2B4B;
}
.TagClassName
{
border-color: #DF2B4B;
}
</style>