Html Css Color HEX #DD2B53 Amaranth

📋 copy color: '#DD2B53'

red 221 ◦ green 43 ◦ blue 83

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

Shades of Amaranth #DD2B53

Tints of Amaranth #DD2B53

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.39%

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 63.69%
G = 12.39%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD2B53 (or 0xDD2B53) is known color: Amaranth. HEX triplet: DD, 2B and 53. RGB value is (221,43,83). Sum of RGB (Red+Green+Blue) = 221+43+83=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B53 is #22D4AC. Grayscale: #646464. Windows color (decimal): -2282669 or 5450717. OLE color: 5450717.

HSL color Cylindrical-coordinate representation of color #DD2B53: hue angle of 346.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B53 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 43 83 -
CMYK 0 0.81 0.62 0.13
HSL 346.52º 0.72% 0.52% -
HSV(B) 346.52º 0.81% 0.87% -
XYZ 32.24 17.72 9.91 -
YUV 100.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 221 43 83 0 0.81 0.62 0.13 346.52 0.72 0.52
Hex DD 2B 53 0 51 3E D 15B 48 34
Octal 335 53 123 0 121 76 15 533 110 64
Binary 11011101 101011 1010011 0 1010001 111110 1101 101011011 1001000 110100

Color Harmonies of #DD2B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B53

Black with #DD2B53

Text Example


Text Example

White with #DD2B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B53; }

 p { color: rgb(221,43,83); }

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

background-color css

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

 a { background-color: rgb(221,43,83); }

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

border-color css

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

 span { border-color: rgb(221,43,83); }

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