Html Css Color HEX #DA334D Amaranth

📋 copy color: '#DA334D'

red 218 ◦ green 51 ◦ blue 77

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

Shades of Amaranth #DA334D

Tints of Amaranth #DA334D

RGB

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

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

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

R = 63.01%
G = 14.74%
B = 22.25%

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

#DA334D (or 0xDA334D) is known color: Amaranth. HEX triplet: DA, 33 and 4D. RGB value is (218,51,77). Sum of RGB (Red+Green+Blue) = 218+51+77=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA334D is #25CCB2. Grayscale: #676767. Windows color (decimal): -2477235 or 5059546. OLE color: 5059546.

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

Color convert

RGB 218 51 77 -
CMYK 0 0.77 0.65 0.15
HSL 350.66º 0.69% 0.53% -
HSV(B) 350.66º 0.77% 0.85% -
XYZ 31.44 17.81 8.8 -
YUV 103.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 218 51 77 0 0.77 0.65 0.15 350.66 0.69 0.53
Hex DA 33 4D 0 4D 41 F 15F 45 35
Octal 332 63 115 0 115 101 17 537 105 65
Binary 11011010 110011 1001101 0 1001101 1000001 1111 101011111 1000101 110101

Color Harmonies of #DA334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA334D

Black with #DA334D

Text Example


Text Example

White with #DA334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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