Html Css Color HEX #DA3155 Amaranth

📋 copy color: '#DA3155'

red 218 ◦ green 49 ◦ blue 85

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

Shades of Amaranth #DA3155

Tints of Amaranth #DA3155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.92%

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

R = 61.93%
G = 13.92%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA3155 (or 0xDA3155) is known color: Amaranth. HEX triplet: DA, 31 and 55. RGB value is (218,49,85). Sum of RGB (Red+Green+Blue) = 218+49+85=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3155 is #25CEAA. Grayscale: #676767. Windows color (decimal): -2477739 or 5583322. OLE color: 5583322.

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

Color convert

RGB 218 49 85 -
CMYK 0 0.78 0.61 0.15
HSL 347.22º 0.7% 0.52% -
HSV(B) 347.22º 0.78% 0.85% -
XYZ 31.65 17.76 10.35 -
YUV 103.64 117.49 209.57 -
System Red Green Blue C M Y K H S L
Decimal 218 49 85 0 0.78 0.61 0.15 347.22 0.7 0.52
Hex DA 31 55 0 4E 3D F 15B 46 34
Octal 332 61 125 0 116 75 17 533 106 64
Binary 11011010 110001 1010101 0 1001110 111101 1111 101011011 1000110 110100

Color Harmonies of #DA3155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3155

Black with #DA3155

Text Example


Text Example

White with #DA3155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3155; }

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

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

background-color css

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

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

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

border-color css

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

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

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