Html Css Color HEX #DA394D Amaranth

📋 copy color: '#DA394D'

red 218 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #DA394D

Tints of Amaranth #DA394D

RGB

 RED value IS 218 (85.55% from 255) = 61.93%

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

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 61.93%
G = 16.19%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA394D (or 0xDA394D) is known color: Amaranth. HEX triplet: DA, 39 and 4D. RGB value is (218,57,77). Sum of RGB (Red+Green+Blue) = 218+57+77=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA394D is #25C6B2. Grayscale: #6B6B6B. Windows color (decimal): -2475699 or 5061082. OLE color: 5061082.

HSL color Cylindrical-coordinate representation of color #DA394D: hue angle of 352.55º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA394D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 77 -
CMYK 0 0.74 0.65 0.15
HSL 352.55º 0.69% 0.54% -
HSV(B) 352.55º 0.74% 0.85% -
XYZ 31.72 18.37 8.89 -
YUV 107.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 218 57 77 0 0.74 0.65 0.15 352.55 0.69 0.54
Hex DA 39 4D 0 4A 41 F 161 45 36
Octal 332 71 115 0 112 101 17 541 105 66
Binary 11011010 111001 1001101 0 1001010 1000001 1111 101100001 1000101 110110

Color Harmonies of #DA394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA394D

Black with #DA394D

Text Example


Text Example

White with #DA394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA394D; }

 p { color: rgb(218,57,77); }

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

background-color css

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

 a { background-color: rgb(218,57,77); }

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

border-color css

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

 span { border-color: rgb(218,57,77); }

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