Shades of Amaranth #DF434B
Tints of Amaranth #DF434B
RGB
CMYK
RGB Variations
Color information
#DF434B (or 0xDF434B) is known color: Amaranth. HEX triplet: DF, 43 and 4B. RGB value is (223,67,75). Sum of RGB (Red+Green+Blue) = 223+67+75=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF434B is #20BCB4. Grayscale: #727272. Windows color (decimal): -2145461 or 4932575. OLE color: 4932575.
HSL color Cylindrical-coordinate representation of color #DF434B: hue angle of 356.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF434B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 75 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.13 |
| HSL | 356.92º | 0.71% | 0.57% | - |
| HSV(B) | 356.92º | 0.7% | 0.87% | - |
| XYZ | 33.71 | 20.21 | 8.78 | - |
| YUV | 114.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 75 | 0 | 0.70 | 0.66 | 0.13 | 356.92 | 0.71 | 0.57 |
| Hex | DF | 43 | 4B | 0 | 46 | 42 | D | 165 | 47 | 39 |
| Octal | 337 | 103 | 113 | 0 | 106 | 102 | 15 | 545 | 107 | 71 |
| Binary | 11011111 | 1000011 | 1001011 | 0 | 1000110 | 1000010 | 1101 | 101100101 | 1000111 | 111001 |
Color Harmonies of #DF434B
Complementary color
Monochromatic Colors of #DF434B
Black with #DF434B
Text Example
Text Example
White with #DF434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF434B; }
p { color: rgb(223,67,75); }
H1.HeaderClassName
{
color: #DF434B;
}
.AnyTagClassName
{
color: #DF434B;
}
</style>
background-color css
<style>
a { background-color: #DF434B; }
a { background-color: rgb(223,67,75); }
div.DivClassName
{
background-color: #DF434B;
}
.BgClassName
{
background-color: #DF434B;
}
</style>
border-color css
<style>
span { border-color: #DF434B; }
span { border-color: rgb(223,67,75); }
td.TdClassName
{
border-color: #DF434B;
}
.TagClassName
{
border-color: #DF434B;
}
</style>