Html Css Color HEX #DD414E Amaranth

📋 copy color: '#DD414E'

red 221 ◦ green 65 ◦ blue 78

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

Shades of Amaranth #DD414E

Tints of Amaranth #DD414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 60.71%
G = 17.86%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD414E (or 0xDD414E) is known color: Amaranth. HEX triplet: DD, 41 and 4E. RGB value is (221,65,78). Sum of RGB (Red+Green+Blue) = 221+65+78=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD414E is #22BEB1. Grayscale: #717171. Windows color (decimal): -2277042 or 5128669. OLE color: 5128669.

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

Color convert

RGB 221 65 78 -
CMYK 0 0.71 0.65 0.13
HSL 355º 0.7% 0.56% -
HSV(B) 355º 0.71% 0.87% -
XYZ 33.08 19.7 9.27 -
YUV 113.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 221 65 78 0 0.71 0.65 0.13 355 0.7 0.56
Hex DD 41 4E 0 47 41 D 163 46 38
Octal 335 101 116 0 107 101 15 543 106 70
Binary 11011101 1000001 1001110 0 1000111 1000001 1101 101100011 1000110 111000

Color Harmonies of #DD414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD414E

Black with #DD414E

Text Example


Text Example

White with #DD414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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