Html Css Color HEX #DD3156 Amaranth

📋 copy color: '#DD3156'

red 221 ◦ green 49 ◦ blue 86

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

Shades of Amaranth #DD3156

Tints of Amaranth #DD3156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.76%

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

R = 62.08%
G = 13.76%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD3156 (or 0xDD3156) is known color: Amaranth. HEX triplet: DD, 31 and 56. RGB value is (221,49,86). Sum of RGB (Red+Green+Blue) = 221+49+86=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3156 is #22CEA9. Grayscale: #686868. Windows color (decimal): -2281130 or 5648861. OLE color: 5648861.

HSL color Cylindrical-coordinate representation of color #DD3156: hue angle of 347.09º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3156 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 86 -
CMYK 0 0.78 0.61 0.13
HSL 347.09º 0.72% 0.53% -
HSV(B) 347.09º 0.78% 0.87% -
XYZ 32.6 18.24 10.61 -
YUV 104.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 221 49 86 0 0.78 0.61 0.13 347.09 0.72 0.53
Hex DD 31 56 0 4E 3D D 15B 48 35
Octal 335 61 126 0 116 75 15 533 110 65
Binary 11011101 110001 1010110 0 1001110 111101 1101 101011011 1001000 110101

Color Harmonies of #DD3156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3156

Black with #DD3156

Text Example


Text Example

White with #DD3156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3156; }

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

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

background-color css

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

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

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

border-color css

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

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

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