Html Css Color HEX #DD3155 Amaranth

📋 copy color: '#DD3155'

red 221 ◦ green 49 ◦ blue 85

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

Shades of Amaranth #DD3155

Tints of Amaranth #DD3155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 62.25%
G = 13.8%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3155 (or 0xDD3155) is known color: Amaranth. HEX triplet: DD, 31 and 55. RGB value is (221,49,85). Sum of RGB (Red+Green+Blue) = 221+49+85=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3155 is #22CEAA. Grayscale: #686868. Windows color (decimal): -2281131 or 5583325. OLE color: 5583325.

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

Color convert

RGB 221 49 85 -
CMYK 0 0.78 0.62 0.13
HSL 347.44º 0.72% 0.53% -
HSV(B) 347.44º 0.78% 0.87% -
XYZ 32.56 18.22 10.4 -
YUV 104.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 221 49 85 0 0.78 0.62 0.13 347.44 0.72 0.53
Hex DD 31 55 0 4E 3E D 15B 48 35
Octal 335 61 125 0 116 76 15 533 110 65
Binary 11011101 110001 1010101 0 1001110 111110 1101 101011011 1001000 110101

Color Harmonies of #DD3155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3155

Black with #DD3155

Text Example


Text Example

White with #DD3155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3155; }

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

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

background-color css

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

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

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

border-color css

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

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

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