Html Css Color HEX #DD2048 Amaranth

📋 copy color: '#DD2048'

red 221 ◦ green 32 ◦ blue 72

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

Shades of Amaranth #DD2048

Tints of Amaranth #DD2048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 68%
G = 9.85%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD2048 (or 0xDD2048) is known color: Amaranth. HEX triplet: DD, 20 and 48. RGB value is (221,32,72). Sum of RGB (Red+Green+Blue) = 221+32+72=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2048 is #22DFB7. Grayscale: #5D5D5D. Windows color (decimal): -2285496 or 4727005. OLE color: 4727005.

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

Color convert

RGB 221 32 72 -
CMYK 0 0.86 0.67 0.13
HSL 347.3º 0.75% 0.5% -
HSV(B) 347.3º 0.86% 0.87% -
XYZ 31.51 16.87 7.73 -
YUV 93.07 116.12 219.25 -
System Red Green Blue C M Y K H S L
Decimal 221 32 72 0 0.86 0.67 0.13 347.3 0.75 0.5
Hex DD 20 48 0 56 43 D 15B 4B 32
Octal 335 40 110 0 126 103 15 533 113 62
Binary 11011101 100000 1001000 0 1010110 1000011 1101 101011011 1001011 110010

Color Harmonies of #DD2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2048

Black with #DD2048

Text Example


Text Example

White with #DD2048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2048; }

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

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

background-color css

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

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

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

border-color css

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

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

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