Html Css Color HEX #DA384A Amaranth

📋 copy color: '#DA384A'

red 218 ◦ green 56 ◦ blue 74

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

Shades of Amaranth #DA384A

Tints of Amaranth #DA384A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 62.64%
G = 16.09%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA384A (or 0xDA384A) is known color: Amaranth. HEX triplet: DA, 38 and 4A. RGB value is (218,56,74). Sum of RGB (Red+Green+Blue) = 218+56+74=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA384A is #25C7B5. Grayscale: #6A6A6A. Windows color (decimal): -2475958 or 4864218. OLE color: 4864218.

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

Color convert

RGB 218 56 74 -
CMYK 0 0.74 0.66 0.15
HSL 353.33º 0.69% 0.54% -
HSV(B) 353.33º 0.74% 0.85% -
XYZ 31.56 18.23 8.33 -
YUV 106.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 218 56 74 0 0.74 0.66 0.15 353.33 0.69 0.54
Hex DA 38 4A 0 4A 42 F 161 45 36
Octal 332 70 112 0 112 102 17 541 105 66
Binary 11011010 111000 1001010 0 1001010 1000010 1111 101100001 1000101 110110

Color Harmonies of #DA384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA384A

Black with #DA384A

Text Example


Text Example

White with #DA384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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