Html Css Color HEX #DD2155 Amaranth

📋 copy color: '#DD2155'

red 221 ◦ green 33 ◦ blue 85

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

Shades of Amaranth #DD2155

Tints of Amaranth #DD2155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 65.19%
G = 9.73%
B = 25.07%

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

#DD2155 (or 0xDD2155) is known color: Amaranth. HEX triplet: DD, 21 and 55. RGB value is (221,33,85). Sum of RGB (Red+Green+Blue) = 221+33+85=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2155 is #22DEAA. Grayscale: #5F5F5F. Windows color (decimal): -2285227 or 5579229. OLE color: 5579229.

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

Color convert

RGB 221 33 85 -
CMYK 0 0.85 0.62 0.13
HSL 343.4º 0.74% 0.5% -
HSV(B) 343.4º 0.85% 0.87% -
XYZ 32 17.12 10.21 -
YUV 95.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 221 33 85 0 0.85 0.62 0.13 343.4 0.74 0.5
Hex DD 21 55 0 55 3E D 157 4A 32
Octal 335 41 125 0 125 76 15 527 112 62
Binary 11011101 100001 1010101 0 1010101 111110 1101 101010111 1001010 110010

Color Harmonies of #DD2155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2155

Black with #DD2155

Text Example


Text Example

White with #DD2155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2155; }

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

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

background-color css

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

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

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

border-color css

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

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

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