Html Css Color HEX #DA344B Amaranth

📋 copy color: '#DA344B'

red 218 ◦ green 52 ◦ blue 75

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

Shades of Amaranth #DA344B

Tints of Amaranth #DA344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 63.19%
G = 15.07%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA344B (or 0xDA344B) is known color: Amaranth. HEX triplet: DA, 34 and 4B. RGB value is (218,52,75). Sum of RGB (Red+Green+Blue) = 218+52+75=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA344B is #25CBB4. Grayscale: #686868. Windows color (decimal): -2476981 or 4928730. OLE color: 4928730.

HSL color Cylindrical-coordinate representation of color #DA344B: hue angle of 351.69º 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 #DA344B is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 52 75 -
CMYK 0 0.76 0.66 0.15
HSL 351.69º 0.69% 0.53% -
HSV(B) 351.69º 0.76% 0.85% -
XYZ 31.41 17.87 8.45 -
YUV 104.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 218 52 75 0 0.76 0.66 0.15 351.69 0.69 0.53
Hex DA 34 4B 0 4C 42 F 160 45 35
Octal 332 64 113 0 114 102 17 540 105 65
Binary 11011010 110100 1001011 0 1001100 1000010 1111 101100000 1000101 110101

Color Harmonies of #DA344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA344B

Black with #DA344B

Text Example


Text Example

White with #DA344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA344B; }

 p { color: rgb(218,52,75); }

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

background-color css

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

 a { background-color: rgb(218,52,75); }

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

border-color css

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

 span { border-color: rgb(218,52,75); }

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