Html Css Color HEX #DD2147 Amaranth

📋 copy color: '#DD2147'

red 221 ◦ green 33 ◦ blue 71

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

Shades of Amaranth #DD2147

Tints of Amaranth #DD2147

RGB

 RED value IS 221 (86.72% from 255) = 68%

 GREEN value IS 33 (13.28% from 255) = 10.15%

 BLUE value IS 71 (28.13% from 255) = 21.85%

R = 68%
G = 10.15%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD2147 (or 0xDD2147) is known color: Amaranth. HEX triplet: DD, 21 and 47. RGB value is (221,33,71). Sum of RGB (Red+Green+Blue) = 221+33+71=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2147 is #22DEB8. Grayscale: #5D5D5D. Windows color (decimal): -2285241 or 4661725. OLE color: 4661725.

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

Color convert

RGB 221 33 71 -
CMYK 0 0.85 0.68 0.13
HSL 347.87º 0.74% 0.5% -
HSV(B) 347.87º 0.85% 0.87% -
XYZ 31.5 16.91 7.57 -
YUV 93.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 221 33 71 0 0.85 0.68 0.13 347.87 0.74 0.5
Hex DD 21 47 0 55 44 D 15C 4A 32
Octal 335 41 107 0 125 104 15 534 112 62
Binary 11011101 100001 1000111 0 1010101 1000100 1101 101011100 1001010 110010

Color Harmonies of #DD2147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2147

Black with #DD2147

Text Example


Text Example

White with #DD2147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2147; }

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

 H1.HeaderClassName
 {
   color: #DD2147;
 }
 .AnyTagClassName
 {
   color: #DD2147;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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