Html Css Color HEX #DA3850 Amaranth

📋 copy color: '#DA3850'

red 218 ◦ green 56 ◦ blue 80

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

Shades of Amaranth #DA3850

Tints of Amaranth #DA3850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.82%

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 61.58%
G = 15.82%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA3850 (or 0xDA3850) is known color: Amaranth. HEX triplet: DA, 38 and 50. RGB value is (218,56,80). Sum of RGB (Red+Green+Blue) = 218+56+80=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3850 is #25C7AF. Grayscale: #6B6B6B. Windows color (decimal): -2475952 or 5257434. OLE color: 5257434.

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

Color convert

RGB 218 56 80 -
CMYK 0 0.74 0.63 0.15
HSL 351.11º 0.69% 0.54% -
HSV(B) 351.11º 0.74% 0.85% -
XYZ 31.78 18.31 9.45 -
YUV 107.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 218 56 80 0 0.74 0.63 0.15 351.11 0.69 0.54
Hex DA 38 50 0 4A 3F F 15F 45 36
Octal 332 70 120 0 112 77 17 537 105 66
Binary 11011010 111000 1010000 0 1001010 111111 1111 101011111 1000101 110110

Color Harmonies of #DA3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3850

Black with #DA3850

Text Example


Text Example

White with #DA3850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3850; }

 p { color: rgb(218,56,80); }

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

background-color css

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

 a { background-color: rgb(218,56,80); }

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

border-color css

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

 span { border-color: rgb(218,56,80); }

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