Html Css Color HEX #DA5D4A Flamingo

📋 copy color: '#DA5D4A'

red 218 ◦ green 93 ◦ blue 74

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

Shades of Flamingo #DA5D4A

Tints of Flamingo #DA5D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 56.62%
G = 24.16%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA5D4A (or 0xDA5D4A) is known color: Flamingo. HEX triplet: DA, 5D and 4A. RGB value is (218,93,74). Sum of RGB (Red+Green+Blue) = 218+93+74=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D4A is #25A2B5. Grayscale: #808080. Windows color (decimal): -2466486 or 4873690. OLE color: 4873690.

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

Color convert

RGB 218 93 74 -
CMYK 0 0.57 0.66 0.15
HSL 7.92º 0.66% 0.57% -
HSV(B) 7.92º 0.66% 0.85% -
XYZ 34.06 23.23 9.17 -
YUV 128.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 218 93 74 0 0.57 0.66 0.15 7.92 0.66 0.57
Hex DA 5D 4A 0 39 42 F 8 42 39
Octal 332 135 112 0 71 102 17 10 102 71
Binary 11011010 1011101 1001010 0 111001 1000010 1111 1000 1000010 111001

Color Harmonies of #DA5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D4A

Black with #DA5D4A

Text Example


Text Example

White with #DA5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D4A; }

 p { color: rgb(218,93,74); }

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

background-color css

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

 a { background-color: rgb(218,93,74); }

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

border-color css

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

 span { border-color: rgb(218,93,74); }

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