Html Css Color HEX #DD394E Amaranth

📋 copy color: '#DD394E'

red 221 ◦ green 57 ◦ blue 78

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

Shades of Amaranth #DD394E

Tints of Amaranth #DD394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.01%

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 62.08%
G = 16.01%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD394E (or 0xDD394E) is known color: Amaranth. HEX triplet: DD, 39 and 4E. RGB value is (221,57,78). Sum of RGB (Red+Green+Blue) = 221+57+78=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD394E is #22C6B1. Grayscale: #6C6C6C. Windows color (decimal): -2279090 or 5126621. OLE color: 5126621.

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

Color convert

RGB 221 57 78 -
CMYK 0 0.74 0.65 0.13
HSL 352.32º 0.71% 0.55% -
HSV(B) 352.32º 0.74% 0.87% -
XYZ 32.66 18.85 9.12 -
YUV 108.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 221 57 78 0 0.74 0.65 0.13 352.32 0.71 0.55
Hex DD 39 4E 0 4A 41 D 160 47 37
Octal 335 71 116 0 112 101 15 540 107 67
Binary 11011101 111001 1001110 0 1001010 1000001 1101 101100000 1000111 110111

Color Harmonies of #DD394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD394E

Black with #DD394E

Text Example


Text Example

White with #DD394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD394E; }

 p { color: rgb(221,57,78); }

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

background-color css

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

 a { background-color: rgb(221,57,78); }

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

border-color css

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

 span { border-color: rgb(221,57,78); }

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