Html Css Color HEX #DD2156 Amaranth

📋 copy color: '#DD2156'

red 221 ◦ green 33 ◦ blue 86

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

Shades of Amaranth #DD2156

Tints of Amaranth #DD2156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.29%

R = 65%
G = 9.71%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD2156 (or 0xDD2156) is known color: Amaranth. HEX triplet: DD, 21 and 56. RGB value is (221,33,86). Sum of RGB (Red+Green+Blue) = 221+33+86=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2156 is #22DEA9. Grayscale: #5F5F5F. Windows color (decimal): -2285226 or 5644765. OLE color: 5644765.

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

Color convert

RGB 221 33 86 -
CMYK 0 0.85 0.61 0.13
HSL 343.09º 0.74% 0.5% -
HSV(B) 343.09º 0.85% 0.87% -
XYZ 32.04 17.13 10.42 -
YUV 95.25 122.78 217.69 -
System Red Green Blue C M Y K H S L
Decimal 221 33 86 0 0.85 0.61 0.13 343.09 0.74 0.5
Hex DD 21 56 0 55 3D D 157 4A 32
Octal 335 41 126 0 125 75 15 527 112 62
Binary 11011101 100001 1010110 0 1010101 111101 1101 101010111 1001010 110010

Color Harmonies of #DD2156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2156

Black with #DD2156

Text Example


Text Example

White with #DD2156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2156; }

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

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

background-color css

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

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

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

border-color css

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

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

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