Html Css Color HEX #DA3F53 Amaranth

📋 copy color: '#DA3F53'

red 218 ◦ green 63 ◦ blue 83

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

Shades of Amaranth #DA3F53

Tints of Amaranth #DA3F53

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 59.89%
G = 17.31%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA3F53 (or 0xDA3F53) is known color: Amaranth. HEX triplet: DA, 3F and 53. RGB value is (218,63,83). Sum of RGB (Red+Green+Blue) = 218+63+83=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3F53 is #25C0AC. Grayscale: #6F6F6F. Windows color (decimal): -2474157 or 5455834. OLE color: 5455834.

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

Color convert

RGB 218 63 83 -
CMYK 0 0.71 0.62 0.15
HSL 352.26º 0.68% 0.55% -
HSV(B) 352.26º 0.71% 0.85% -
XYZ 32.25 19.08 10.17 -
YUV 111.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 218 63 83 0 0.71 0.62 0.15 352.26 0.68 0.55
Hex DA 3F 53 0 47 3E F 160 44 37
Octal 332 77 123 0 107 76 17 540 104 67
Binary 11011010 111111 1010011 0 1000111 111110 1111 101100000 1000100 110111

Color Harmonies of #DA3F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F53

Black with #DA3F53

Text Example


Text Example

White with #DA3F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F53; }

 p { color: rgb(218,63,83); }

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

background-color css

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

 a { background-color: rgb(218,63,83); }

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

border-color css

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

 span { border-color: rgb(218,63,83); }

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