#DD214D

Color #DD214D Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #DD214D

Tints of Amaranth #DD214D

Color information

#DD214D (or 0xDD214D) is unknown color: approx Amaranth. HEX triplet: DD, 21 and 4D. RGB value is (221,33,77). Sum of RGB (Red+Green+Blue) = 221+33+77=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD214D is #22DEB2. Grayscale: #5E5E5E. Windows color (decimal): -2285235 or 5054941. OLE color: 5054941.

HSL color Cylindrical-coordinate representation of color #DD214D: hue angle of 345.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD214D is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2213377-
CMYK00.850.650.13
HSL345.96º74.02%49.8%-
HSV(B)345.96º85.07%86.67%-
XYZ31.7178.63-
YUV94.23118.28218.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 66.77%
GREEN value IS 33 (13.28% from 255) = 9.97%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=66.77%
G=9.97%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221337700.850.650.13345.9674.0249.8
HexDD214D05541D15a4a32
Octal3354111501251011553211262
Binary11011101100001100110101010101100000111011010110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD214D; }

 p { color: rgb(221,33,77); }

 H1.HeaderClassName
 {
   color: #DD214D;
 }
 .AnyTagClassName
 {
   color: #DD214D;
 }
</style>
background-color css

<style>
 a { background-color: #DD214D; }

 a { background-color: rgb(221,33,77); }

 div.DivClassName
 {
   background-color: #DD214D;
 }
 .BgClassName
 {
   background-color: #DD214D;
 }
</style>
border-color css

<style>
 span { border-color: #DD214D; }

 span { border-color: rgb(221,33,77); }

 td.TdClassName
 {
   border-color: #DD214D;
 }
 .TagClassName
 {
   border-color: #DD214D;
 }
</style>