Html Css Color HEX #DA5E4A Flamingo

📋 copy color: '#DA5E4A'

red 218 ◦ green 94 ◦ blue 74

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

Shades of Flamingo #DA5E4A

Tints of Flamingo #DA5E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

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

R = 56.48%
G = 24.35%
B = 19.17%

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

#DA5E4A (or 0xDA5E4A) is known color: Flamingo. HEX triplet: DA, 5E and 4A. RGB value is (218,94,74). Sum of RGB (Red+Green+Blue) = 218+94+74=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E4A is #25A1B5. Grayscale: #818181. Windows color (decimal): -2466230 or 4873946. OLE color: 4873946.

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

Color convert

RGB 218 94 74 -
CMYK 0 0.57 0.66 0.15
HSL 8.33º 0.66% 0.57% -
HSV(B) 8.33º 0.66% 0.85% -
XYZ 34.15 23.41 9.2 -
YUV 128.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 218 94 74 0 0.57 0.66 0.15 8.33 0.66 0.57
Hex DA 5E 4A 0 39 42 F 8 42 39
Octal 332 136 112 0 71 102 17 10 102 71
Binary 11011010 1011110 1001010 0 111001 1000010 1111 1000 1000010 111001

Color Harmonies of #DA5E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E4A

Black with #DA5E4A

Text Example


Text Example

White with #DA5E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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