Html Css Color HEX #DD324E Amaranth

📋 copy color: '#DD324E'

red 221 ◦ green 50 ◦ blue 78

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

Shades of Amaranth #DD324E

Tints of Amaranth #DD324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

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

R = 63.32%
G = 14.33%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD324E (or 0xDD324E) is known color: Amaranth. HEX triplet: DD, 32 and 4E. RGB value is (221,50,78). Sum of RGB (Red+Green+Blue) = 221+50+78=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD324E is #22CDB1. Grayscale: #686868. Windows color (decimal): -2280882 or 5124829. OLE color: 5124829.

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

Color convert

RGB 221 50 78 -
CMYK 0 0.77 0.65 0.13
HSL 350.18º 0.72% 0.53% -
HSV(B) 350.18º 0.77% 0.87% -
XYZ 32.33 18.2 9.02 -
YUV 104.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 221 50 78 0 0.77 0.65 0.13 350.18 0.72 0.53
Hex DD 32 4E 0 4D 41 D 15E 48 35
Octal 335 62 116 0 115 101 15 536 110 65
Binary 11011101 110010 1001110 0 1001101 1000001 1101 101011110 1001000 110101

Color Harmonies of #DD324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD324E

Black with #DD324E

Text Example


Text Example

White with #DD324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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