Html Css Color HEX #DD2154 Amaranth

📋 copy color: '#DD2154'

red 221 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #DD2154

Tints of Amaranth #DD2154

RGB

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

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

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

R = 65.38%
G = 9.76%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD2154 (or 0xDD2154) is known color: Amaranth. HEX triplet: DD, 21 and 54. RGB value is (221,33,84). Sum of RGB (Red+Green+Blue) = 221+33+84=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2154 is #22DEAB. Grayscale: #5F5F5F. Windows color (decimal): -2285228 or 5513693. OLE color: 5513693.

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

Color convert

RGB 221 33 84 -
CMYK 0 0.85 0.62 0.13
HSL 343.72º 0.74% 0.5% -
HSV(B) 343.72º 0.85% 0.87% -
XYZ 31.96 17.1 10 -
YUV 95.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 221 33 84 0 0.85 0.62 0.13 343.72 0.74 0.5
Hex DD 21 54 0 55 3E D 158 4A 32
Octal 335 41 124 0 125 76 15 530 112 62
Binary 11011101 100001 1010100 0 1010101 111110 1101 101011000 1001010 110010

Color Harmonies of #DD2154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2154

Black with #DD2154

Text Example


Text Example

White with #DD2154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2154; }

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

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

background-color css

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

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

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

border-color css

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

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

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