Html Css Color HEX #DD3356 Amaranth

📋 copy color: '#DD3356'

red 221 ◦ green 51 ◦ blue 86

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

Shades of Amaranth #DD3356

Tints of Amaranth #DD3356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

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

R = 61.73%
G = 14.25%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD3356 (or 0xDD3356) is known color: Amaranth. HEX triplet: DD, 33 and 56. RGB value is (221,51,86). Sum of RGB (Red+Green+Blue) = 221+51+86=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3356 is #22CCA9. Grayscale: #696969. Windows color (decimal): -2280618 or 5649373. OLE color: 5649373.

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

Color convert

RGB 221 51 86 -
CMYK 0 0.77 0.61 0.13
HSL 347.65º 0.71% 0.53% -
HSV(B) 347.65º 0.77% 0.87% -
XYZ 32.68 18.41 10.64 -
YUV 105.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 221 51 86 0 0.77 0.61 0.13 347.65 0.71 0.53
Hex DD 33 56 0 4D 3D D 15C 47 35
Octal 335 63 126 0 115 75 15 534 107 65
Binary 11011101 110011 1010110 0 1001101 111101 1101 101011100 1000111 110101

Color Harmonies of #DD3356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3356

Black with #DD3356

Text Example


Text Example

White with #DD3356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3356; }

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

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

background-color css

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

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

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

border-color css

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

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

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