#DD214F

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

Shades of Amaranth #DD214F

Tints of Amaranth #DD214F

Color information

#DD214F (or 0xDD214F) is unknown color: approx Amaranth. HEX triplet: DD, 21 and 4F. RGB value is (221,33,79). Sum of RGB (Red+Green+Blue) = 221+33+79=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD214F is #22DEB0. Grayscale: #5E5E5E. Windows color (decimal): -2285233 or 5186013. OLE color: 5186013.

HSL color Cylindrical-coordinate representation of color #DD214F: hue angle of 345.32º 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 #DD214F is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB2213379-
CMYK00.850.640.13
HSL345.32º74.02%49.8%-
HSV(B)345.32º85.07%86.67%-
XYZ31.7717.029.01-
YUV94.46119.28218.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.37%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=66.37%
G=9.91%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221337900.850.640.13345.3274.0249.8
HexDD214F05540D1594a32
Octal3354111701251001553111262
Binary11011101100001100111101010101100000011011010110011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD214F; }

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

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

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

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

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

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

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

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