Html Css Color HEX #DD2050 Amaranth

📋 copy color: '#DD2050'

red 221 ◦ green 32 ◦ blue 80

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

Shades of Amaranth #DD2050

Tints of Amaranth #DD2050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.61%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 66.37%
G = 9.61%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD2050 (or 0xDD2050) is known color: Amaranth. HEX triplet: DD, 20 and 50. RGB value is (221,32,80). Sum of RGB (Red+Green+Blue) = 221+32+80=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2050 is #22DFAF. Grayscale: #5D5D5D. Windows color (decimal): -2285488 or 5251293. OLE color: 5251293.

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

Color convert

RGB 221 32 80 -
CMYK 0 0.86 0.64 0.13
HSL 344.76º 0.75% 0.5% -
HSV(B) 344.76º 0.86% 0.87% -
XYZ 31.78 16.98 9.19 -
YUV 93.98 120.12 218.6 -
System Red Green Blue C M Y K H S L
Decimal 221 32 80 0 0.86 0.64 0.13 344.76 0.75 0.5
Hex DD 20 50 0 56 40 D 159 4B 32
Octal 335 40 120 0 126 100 15 531 113 62
Binary 11011101 100000 1010000 0 1010110 1000000 1101 101011001 1001011 110010

Color Harmonies of #DD2050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2050

Black with #DD2050

Text Example


Text Example

White with #DD2050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2050; }

 p { color: rgb(221,32,80); }

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

background-color css

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

 a { background-color: rgb(221,32,80); }

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

border-color css

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

 span { border-color: rgb(221,32,80); }

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