Html Css Color HEX #DD2656 Amaranth

📋 copy color: '#DD2656'

red 221 ◦ green 38 ◦ blue 86

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

Shades of Amaranth #DD2656

Tints of Amaranth #DD2656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 64.06%
G = 11.01%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD2656 (or 0xDD2656) is known color: Amaranth. HEX triplet: DD, 26 and 56. RGB value is (221,38,86). Sum of RGB (Red+Green+Blue) = 221+38+86=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2656 is #22D9A9. Grayscale: #626262. Windows color (decimal): -2283946 or 5646045. OLE color: 5646045.

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

Color convert

RGB 221 38 86 -
CMYK 0 0.83 0.61 0.13
HSL 344.26º 0.73% 0.51% -
HSV(B) 344.26º 0.83% 0.87% -
XYZ 32.19 17.43 10.47 -
YUV 98.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 221 38 86 0 0.83 0.61 0.13 344.26 0.73 0.51
Hex DD 26 56 0 53 3D D 158 49 33
Octal 335 46 126 0 123 75 15 530 111 63
Binary 11011101 100110 1010110 0 1010011 111101 1101 101011000 1001001 110011

Color Harmonies of #DD2656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2656

Black with #DD2656

Text Example


Text Example

White with #DD2656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2656; }

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

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

background-color css

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

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

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

border-color css

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

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

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