Html Css Color HEX #DA334C Amaranth

📋 copy color: '#DA334C'

red 218 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #DA334C

Tints of Amaranth #DA334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

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

R = 63.19%
G = 14.78%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA334C (or 0xDA334C) is known color: Amaranth. HEX triplet: DA, 33 and 4C. RGB value is (218,51,76). Sum of RGB (Red+Green+Blue) = 218+51+76=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA334C is #25CCB3. Grayscale: #676767. Windows color (decimal): -2477236 or 4994010. OLE color: 4994010.

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

Color convert

RGB 218 51 76 -
CMYK 0 0.77 0.65 0.15
HSL 351.02º 0.69% 0.53% -
HSV(B) 351.02º 0.77% 0.85% -
XYZ 31.4 17.79 8.62 -
YUV 103.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 218 51 76 0 0.77 0.65 0.15 351.02 0.69 0.53
Hex DA 33 4C 0 4D 41 F 15F 45 35
Octal 332 63 114 0 115 101 17 537 105 65
Binary 11011010 110011 1001100 0 1001101 1000001 1111 101011111 1000101 110101

Color Harmonies of #DA334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA334C

Black with #DA334C

Text Example


Text Example

White with #DA334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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