Html Css Color HEX #DA3F4C Amaranth

📋 copy color: '#DA3F4C'

red 218 ◦ green 63 ◦ blue 76

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

Shades of Amaranth #DA3F4C

Tints of Amaranth #DA3F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 17.65%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 61.06%
G = 17.65%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA3F4C (or 0xDA3F4C) is known color: Amaranth. HEX triplet: DA, 3F and 4C. RGB value is (218,63,76). Sum of RGB (Red+Green+Blue) = 218+63+76=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F4C is #25C0B3. Grayscale: #6E6E6E. Windows color (decimal): -2474164 or 4997082. OLE color: 4997082.

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

Color convert

RGB 218 63 76 -
CMYK 0 0.71 0.65 0.15
HSL 354.97º 0.68% 0.55% -
HSV(B) 354.97º 0.71% 0.85% -
XYZ 32 18.98 8.82 -
YUV 110.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 218 63 76 0 0.71 0.65 0.15 354.97 0.68 0.55
Hex DA 3F 4C 0 47 41 F 163 44 37
Octal 332 77 114 0 107 101 17 543 104 67
Binary 11011010 111111 1001100 0 1000111 1000001 1111 101100011 1000100 110111

Color Harmonies of #DA3F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F4C

Black with #DA3F4C

Text Example


Text Example

White with #DA3F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F4C; }

 p { color: rgb(218,63,76); }

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

background-color css

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

 a { background-color: rgb(218,63,76); }

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

border-color css

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

 span { border-color: rgb(218,63,76); }

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