Html Css Color HEX #DD2759 Amaranth

📋 copy color: '#DD2759'

red 221 ◦ green 39 ◦ blue 89

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

Shades of Amaranth #DD2759

Tints of Amaranth #DD2759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

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

R = 63.32%
G = 11.17%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD2759 (or 0xDD2759) is known color: Amaranth. HEX triplet: DD, 27 and 59. RGB value is (221,39,89). Sum of RGB (Red+Green+Blue) = 221+39+89=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2759 is #22D8A6. Grayscale: #636363. Windows color (decimal): -2283687 or 5842909. OLE color: 5842909.

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

Color convert

RGB 221 39 89 -
CMYK 0 0.82 0.60 0.13
HSL 343.52º 0.73% 0.51% -
HSV(B) 343.52º 0.82% 0.87% -
XYZ 32.35 17.54 11.13 -
YUV 99.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 221 39 89 0 0.82 0.60 0.13 343.52 0.73 0.51
Hex DD 27 59 0 52 3C D 158 49 33
Octal 335 47 131 0 122 74 15 530 111 63
Binary 11011101 100111 1011001 0 1010010 111100 1101 101011000 1001001 110011

Color Harmonies of #DD2759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2759

Black with #DD2759

Text Example


Text Example

White with #DD2759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2759; }

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

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

background-color css

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

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

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

border-color css

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

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

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