Html Css Color HEX #DA3552 Amaranth

📋 copy color: '#DA3552'

red 218 ◦ green 53 ◦ blue 82

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

Shades of Amaranth #DA3552

Tints of Amaranth #DA3552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 61.76%
G = 15.01%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA3552 (or 0xDA3552) is known color: Amaranth. HEX triplet: DA, 35 and 52. RGB value is (218,53,82). Sum of RGB (Red+Green+Blue) = 218+53+82=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3552 is #25CAAD. Grayscale: #696969. Windows color (decimal): -2476718 or 5387738. OLE color: 5387738.

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

Color convert

RGB 218 53 82 -
CMYK 0 0.76 0.62 0.15
HSL 349.45º 0.69% 0.53% -
HSV(B) 349.45º 0.76% 0.85% -
XYZ 31.71 18.06 9.8 -
YUV 105.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 218 53 82 0 0.76 0.62 0.15 349.45 0.69 0.53
Hex DA 35 52 0 4C 3E F 15D 45 35
Octal 332 65 122 0 114 76 17 535 105 65
Binary 11011010 110101 1010010 0 1001100 111110 1111 101011101 1000101 110101

Color Harmonies of #DA3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3552

Black with #DA3552

Text Example


Text Example

White with #DA3552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3552; }

 p { color: rgb(218,53,82); }

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

background-color css

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

 a { background-color: rgb(218,53,82); }

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

border-color css

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

 span { border-color: rgb(218,53,82); }

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