Html Css Color HEX #DD2057 Amaranth

📋 copy color: '#DD2057'

red 221 ◦ green 32 ◦ blue 87

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

Shades of Amaranth #DD2057

Tints of Amaranth #DD2057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 65%
G = 9.41%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD2057 (or 0xDD2057) is known color: Amaranth. HEX triplet: DD, 20 and 57. RGB value is (221,32,87). Sum of RGB (Red+Green+Blue) = 221+32+87=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2057 is #22DFA8. Grayscale: #5E5E5E. Windows color (decimal): -2285481 or 5710045. OLE color: 5710045.

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

Color convert

RGB 221 32 87 -
CMYK 0 0.86 0.61 0.13
HSL 342.54º 0.75% 0.5% -
HSV(B) 342.54º 0.86% 0.87% -
XYZ 32.06 17.09 10.63 -
YUV 94.78 123.62 218.03 -
System Red Green Blue C M Y K H S L
Decimal 221 32 87 0 0.86 0.61 0.13 342.54 0.75 0.5
Hex DD 20 57 0 56 3D D 157 4B 32
Octal 335 40 127 0 126 75 15 527 113 62
Binary 11011101 100000 1010111 0 1010110 111101 1101 101010111 1001011 110010

Color Harmonies of #DD2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2057

Black with #DD2057

Text Example


Text Example

White with #DD2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2057; }

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

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

background-color css

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

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

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

border-color css

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

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

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