Html Css Color HEX #DA3655 Amaranth

📋 copy color: '#DA3655'

red 218 ◦ green 54 ◦ blue 85

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

Shades of Amaranth #DA3655

Tints of Amaranth #DA3655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 61.06%
G = 15.13%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA3655 (or 0xDA3655) is known color: Amaranth. HEX triplet: DA, 36 and 55. RGB value is (218,54,85). Sum of RGB (Red+Green+Blue) = 218+54+85=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3655 is #25C9AA. Grayscale: #6A6A6A. Windows color (decimal): -2476459 or 5584602. OLE color: 5584602.

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

Color convert

RGB 218 54 85 -
CMYK 0 0.75 0.61 0.15
HSL 348.66º 0.69% 0.53% -
HSV(B) 348.66º 0.75% 0.85% -
XYZ 31.87 18.2 10.43 -
YUV 106.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 218 54 85 0 0.75 0.61 0.15 348.66 0.69 0.53
Hex DA 36 55 0 4B 3D F 15D 45 35
Octal 332 66 125 0 113 75 17 535 105 65
Binary 11011010 110110 1010101 0 1001011 111101 1111 101011101 1000101 110101

Color Harmonies of #DA3655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3655

Black with #DA3655

Text Example


Text Example

White with #DA3655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3655; }

 p { color: rgb(218,54,85); }

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

background-color css

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

 a { background-color: rgb(218,54,85); }

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

border-color css

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

 span { border-color: rgb(218,54,85); }

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