Html Css Color HEX #DD414F Amaranth

📋 copy color: '#DD414F'

red 221 ◦ green 65 ◦ blue 79

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

Shades of Amaranth #DD414F

Tints of Amaranth #DD414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 60.55%
G = 17.81%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD414F (or 0xDD414F) is known color: Amaranth. HEX triplet: DD, 41 and 4F. RGB value is (221,65,79). Sum of RGB (Red+Green+Blue) = 221+65+79=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD414F is #22BEB0. Grayscale: #717171. Windows color (decimal): -2277041 or 5194205. OLE color: 5194205.

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

Color convert

RGB 221 65 79 -
CMYK 0 0.71 0.64 0.13
HSL 354.62º 0.7% 0.56% -
HSV(B) 354.62º 0.71% 0.87% -
XYZ 33.12 19.72 9.46 -
YUV 113.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 221 65 79 0 0.71 0.64 0.13 354.62 0.7 0.56
Hex DD 41 4F 0 47 40 D 163 46 38
Octal 335 101 117 0 107 100 15 543 106 70
Binary 11011101 1000001 1001111 0 1000111 1000000 1101 101100011 1000110 111000

Color Harmonies of #DD414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD414F

Black with #DD414F

Text Example


Text Example

White with #DD414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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