Html Css Color HEX #DD214D Amaranth

📋 copy color: '#DD214D'

red 221 ◦ green 33 ◦ blue 77

#DD214D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DD214D

Tints of Amaranth #DD214D

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 value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD214D (or 0xDD214D) is known color: 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

RGB 221 33 77 -
CMYK 0 0.85 0.65 0.13
HSL 345.96º 0.74% 0.5% -
HSV(B) 345.96º 0.85% 0.87% -
XYZ 31.7 17 8.63 -
YUV 94.23 118.28 218.42 -
System Red Green Blue C M Y K H S L
Decimal 221 33 77 0 0.85 0.65 0.13 345.96 0.74 0.5
Hex DD 21 4D 0 55 41 D 15A 4A 32
Octal 335 41 115 0 125 101 15 532 112 62
Binary 11011101 100001 1001101 0 1010101 1000001 1101 101011010 1001010 110010

Color Harmonies of #DD214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD214D

Black with #DD214D

Text Example


Text Example

White with #DD214D

Text Example


Text Example

HTML Codes & Css Web 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>