Html Css Color HEX #DD2550 Amaranth

📋 copy color: '#DD2550'

red 221 ◦ green 37 ◦ blue 80

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

Shades of Amaranth #DD2550

Tints of Amaranth #DD2550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 65.38%
G = 10.95%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD2550 (or 0xDD2550) is known color: Amaranth. HEX triplet: DD, 25 and 50. RGB value is (221,37,80). Sum of RGB (Red+Green+Blue) = 221+37+80=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2550 is #22DAAF. Grayscale: #606060. Windows color (decimal): -2284208 or 5252573. OLE color: 5252573.

HSL color Cylindrical-coordinate representation of color #DD2550: hue angle of 345.98º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2550 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 80 -
CMYK 0 0.83 0.64 0.13
HSL 345.98º 0.73% 0.51% -
HSV(B) 345.98º 0.83% 0.87% -
XYZ 31.93 17.27 9.24 -
YUV 96.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 221 37 80 0 0.83 0.64 0.13 345.98 0.73 0.51
Hex DD 25 50 0 53 40 D 15A 49 33
Octal 335 45 120 0 123 100 15 532 111 63
Binary 11011101 100101 1010000 0 1010011 1000000 1101 101011010 1001001 110011

Color Harmonies of #DD2550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2550

Black with #DD2550

Text Example


Text Example

White with #DD2550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2550; }

 p { color: rgb(221,37,80); }

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

background-color css

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

 a { background-color: rgb(221,37,80); }

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

border-color css

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

 span { border-color: rgb(221,37,80); }

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