Shades of Amaranth #DD2D4A
Tints of Amaranth #DD2D4A
RGB
CMYK
RGB Variations
Color information
#DD2D4A (or 0xDD2D4A) is known color: Amaranth. HEX triplet: DD, 2D and 4A. RGB value is (221,45,74). Sum of RGB (Red+Green+Blue) = 221+45+74=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D4A is #22D2B5. Grayscale: #646464. Windows color (decimal): -2282166 or 4861405. OLE color: 4861405.
HSL color Cylindrical-coordinate representation of color #DD2D4A: hue angle of 350.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D4A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 45 | 74 | - |
CMYK | 0 | 0.80 | 0.67 | 0.13 |
HSL | 350.11º | 0.72% | 0.52% | - |
HSV(B) | 350.11º | 0.8% | 0.87% | - |
XYZ | 31.99 | 17.74 | 8.22 | - |
YUV | 100.93 | 112.81 | 213.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 45 | 74 | 0 | 0.80 | 0.67 | 0.13 | 350.11 | 0.72 | 0.52 |
Hex | DD | 2D | 4A | 0 | 50 | 43 | D | 15E | 48 | 34 |
Octal | 335 | 55 | 112 | 0 | 120 | 103 | 15 | 536 | 110 | 64 |
Binary | 11011101 | 101101 | 1001010 | 0 | 1010000 | 1000011 | 1101 | 101011110 | 1001000 | 110100 |
Color Harmonies of #DD2D4A
Complementary color
Monochromatic Colors of #DD2D4A
Black with #DD2D4A
Text Example
Text Example
White with #DD2D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D4A; }
p { color: rgb(221,45,74); }
H1.HeaderClassName
{
color: #DD2D4A;
}
.AnyTagClassName
{
color: #DD2D4A;
}
</style>
background-color css
<style>
a { background-color: #DD2D4A; }
a { background-color: rgb(221,45,74); }
div.DivClassName
{
background-color: #DD2D4A;
}
.BgClassName
{
background-color: #DD2D4A;
}
</style>
border-color css
<style>
span { border-color: #DD2D4A; }
span { border-color: rgb(221,45,74); }
td.TdClassName
{
border-color: #DD2D4A;
}
.TagClassName
{
border-color: #DD2D4A;
}
</style>