Html Css Color HEX #DD3654 Amaranth

📋 copy color: '#DD3654'

red 221 ◦ green 54 ◦ blue 84

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

Shades of Amaranth #DD3654

Tints of Amaranth #DD3654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 84 (33.2% from 255) = 23.4%

R = 61.56%
G = 15.04%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3654 (or 0xDD3654) is known color: Amaranth. HEX triplet: DD, 36 and 54. RGB value is (221,54,84). Sum of RGB (Red+Green+Blue) = 221+54+84=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3654 is #22C9AB. Grayscale: #6B6B6B. Windows color (decimal): -2279852 or 5519069. OLE color: 5519069.

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

Color convert

RGB 221 54 84 -
CMYK 0 0.76 0.62 0.13
HSL 349.22º 0.71% 0.54% -
HSV(B) 349.22º 0.76% 0.87% -
XYZ 32.74 18.65 10.26 -
YUV 107.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 221 54 84 0 0.76 0.62 0.13 349.22 0.71 0.54
Hex DD 36 54 0 4C 3E D 15D 47 36
Octal 335 66 124 0 114 76 15 535 107 66
Binary 11011101 110110 1010100 0 1001100 111110 1101 101011101 1000111 110110

Color Harmonies of #DD3654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3654

Black with #DD3654

Text Example


Text Example

White with #DD3654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3654; }

 p { color: rgb(221,54,84); }

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

background-color css

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

 a { background-color: rgb(221,54,84); }

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

border-color css

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

 span { border-color: rgb(221,54,84); }

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