Html Css Color HEX #DD3E4E Amaranth

📋 copy color: '#DD3E4E'

red 221 ◦ green 62 ◦ blue 78

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

Shades of Amaranth #DD3E4E

Tints of Amaranth #DD3E4E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.17%

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

R = 61.22%
G = 17.17%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD3E4E (or 0xDD3E4E) is known color: Amaranth. HEX triplet: DD, 3E and 4E. RGB value is (221,62,78). Sum of RGB (Red+Green+Blue) = 221+62+78=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E4E is #22C1B1. Grayscale: #6F6F6F. Windows color (decimal): -2277810 or 5127901. OLE color: 5127901.

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

Color convert

RGB 221 62 78 -
CMYK 0 0.72 0.65 0.13
HSL 353.96º 0.7% 0.55% -
HSV(B) 353.96º 0.72% 0.87% -
XYZ 32.92 19.37 9.21 -
YUV 111.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 221 62 78 0 0.72 0.65 0.13 353.96 0.7 0.55
Hex DD 3E 4E 0 48 41 D 162 46 37
Octal 335 76 116 0 110 101 15 542 106 67
Binary 11011101 111110 1001110 0 1001000 1000001 1101 101100010 1000110 110111

Color Harmonies of #DD3E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E4E

Black with #DD3E4E

Text Example


Text Example

White with #DD3E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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