Html Css Color HEX #DA384D Amaranth

📋 copy color: '#DA384D'

red 218 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #DA384D

Tints of Amaranth #DA384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.95%

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

R = 62.11%
G = 15.95%
B = 21.94%

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

#DA384D (or 0xDA384D) is known color: Amaranth. HEX triplet: DA, 38 and 4D. RGB value is (218,56,77). Sum of RGB (Red+Green+Blue) = 218+56+77=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA384D is #25C7B2. Grayscale: #6A6A6A. Windows color (decimal): -2475955 or 5060826. OLE color: 5060826.

HSL color Cylindrical-coordinate representation of color #DA384D: hue angle of 352.22º 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 #DA384D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 56 77 -
CMYK 0 0.74 0.65 0.15
HSL 352.22º 0.69% 0.54% -
HSV(B) 352.22º 0.74% 0.85% -
XYZ 31.67 18.27 8.88 -
YUV 106.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 218 56 77 0 0.74 0.65 0.15 352.22 0.69 0.54
Hex DA 38 4D 0 4A 41 F 160 45 36
Octal 332 70 115 0 112 101 17 540 105 66
Binary 11011010 111000 1001101 0 1001010 1000001 1111 101100000 1000101 110110

Color Harmonies of #DA384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA384D

Black with #DA384D

Text Example


Text Example

White with #DA384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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