Html Css Color HEX #DD2559 Amaranth

📋 copy color: '#DD2559'

red 221 ◦ green 37 ◦ blue 89

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

Shades of Amaranth #DD2559

Tints of Amaranth #DD2559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 63.69%
G = 10.66%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD2559 (or 0xDD2559) is known color: Amaranth. HEX triplet: DD, 25 and 59. RGB value is (221,37,89). Sum of RGB (Red+Green+Blue) = 221+37+89=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2559 is #22DAA6. Grayscale: #616161. Windows color (decimal): -2284199 or 5842397. OLE color: 5842397.

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

Color convert

RGB 221 37 89 -
CMYK 0 0.83 0.60 0.13
HSL 343.04º 0.73% 0.51% -
HSV(B) 343.04º 0.83% 0.87% -
XYZ 32.28 17.42 11.11 -
YUV 97.94 122.96 215.77 -
System Red Green Blue C M Y K H S L
Decimal 221 37 89 0 0.83 0.60 0.13 343.04 0.73 0.51
Hex DD 25 59 0 53 3C D 157 49 33
Octal 335 45 131 0 123 74 15 527 111 63
Binary 11011101 100101 1011001 0 1010011 111100 1101 101010111 1001001 110011

Color Harmonies of #DD2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2559

Black with #DD2559

Text Example


Text Example

White with #DD2559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2559; }

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

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

background-color css

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

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

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

border-color css

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

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

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