Html Css Color HEX #DD2054 Amaranth

📋 copy color: '#DD2054'

red 221 ◦ green 32 ◦ blue 84

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

Shades of Amaranth #DD2054

Tints of Amaranth #DD2054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 65.58%
G = 9.5%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD2054 (or 0xDD2054) is known color: Amaranth. HEX triplet: DD, 20 and 54. RGB value is (221,32,84). Sum of RGB (Red+Green+Blue) = 221+32+84=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2054 is #22DFAB. Grayscale: #5E5E5E. Windows color (decimal): -2285484 or 5513437. OLE color: 5513437.

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

Color convert

RGB 221 32 84 -
CMYK 0 0.86 0.62 0.13
HSL 343.49º 0.75% 0.5% -
HSV(B) 343.49º 0.86% 0.87% -
XYZ 31.94 17.05 9.99 -
YUV 94.44 122.12 218.27 -
System Red Green Blue C M Y K H S L
Decimal 221 32 84 0 0.86 0.62 0.13 343.49 0.75 0.5
Hex DD 20 54 0 56 3E D 157 4B 32
Octal 335 40 124 0 126 76 15 527 113 62
Binary 11011101 100000 1010100 0 1010110 111110 1101 101010111 1001011 110010

Color Harmonies of #DD2054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2054

Black with #DD2054

Text Example


Text Example

White with #DD2054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2054; }

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

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

background-color css

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

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

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

border-color css

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

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

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