Html Css Color HEX #DD2659 Amaranth

📋 copy color: '#DD2659'

red 221 ◦ green 38 ◦ blue 89

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

Shades of Amaranth #DD2659

Tints of Amaranth #DD2659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 63.51%
G = 10.92%
B = 25.57%

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

#DD2659 (or 0xDD2659) is known color: Amaranth. HEX triplet: DD, 26 and 59. RGB value is (221,38,89). Sum of RGB (Red+Green+Blue) = 221+38+89=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2659 is #22D9A6. Grayscale: #626262. Windows color (decimal): -2283943 or 5842653. OLE color: 5842653.

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

Color convert

RGB 221 38 89 -
CMYK 0 0.83 0.60 0.13
HSL 343.28º 0.73% 0.51% -
HSV(B) 343.28º 0.83% 0.87% -
XYZ 32.32 17.48 11.12 -
YUV 98.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 221 38 89 0 0.83 0.60 0.13 343.28 0.73 0.51
Hex DD 26 59 0 53 3C D 157 49 33
Octal 335 46 131 0 123 74 15 527 111 63
Binary 11011101 100110 1011001 0 1010011 111100 1101 101010111 1001001 110011

Color Harmonies of #DD2659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2659

Black with #DD2659

Text Example


Text Example

White with #DD2659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2659; }

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

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

background-color css

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

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

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

border-color css

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

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

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