Html Css Color HEX #DD3A56 Amaranth

📋 copy color: '#DD3A56'

red 221 ◦ green 58 ◦ blue 86

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

Shades of Amaranth #DD3A56

Tints of Amaranth #DD3A56

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.89%

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

R = 60.55%
G = 15.89%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD3A56 (or 0xDD3A56) is known color: Amaranth. HEX triplet: DD, 3A and 56. RGB value is (221,58,86). Sum of RGB (Red+Green+Blue) = 221+58+86=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3A56 is #22C5A9. Grayscale: #6D6D6D. Windows color (decimal): -2278826 or 5651165. OLE color: 5651165.

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

Color convert

RGB 221 58 86 -
CMYK 0 0.74 0.61 0.13
HSL 349.69º 0.71% 0.55% -
HSV(B) 349.69º 0.74% 0.87% -
XYZ 33.01 19.07 10.75 -
YUV 109.93 114.5 207.22 -
System Red Green Blue C M Y K H S L
Decimal 221 58 86 0 0.74 0.61 0.13 349.69 0.71 0.55
Hex DD 3A 56 0 4A 3D D 15E 47 37
Octal 335 72 126 0 112 75 15 536 107 67
Binary 11011101 111010 1010110 0 1001010 111101 1101 101011110 1000111 110111

Color Harmonies of #DD3A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A56

Black with #DD3A56

Text Example


Text Example

White with #DD3A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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