Html Css Color HEX #DA5E50 Flamingo

📋 copy color: '#DA5E50'

red 218 ◦ green 94 ◦ blue 80

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

Shades of Flamingo #DA5E50

Tints of Flamingo #DA5E50

RGB

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

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

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

R = 55.61%
G = 23.98%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA5E50 (or 0xDA5E50) is known color: Flamingo. HEX triplet: DA, 5E and 50. RGB value is (218,94,80). Sum of RGB (Red+Green+Blue) = 218+94+80=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E50 is #25A1AF. Grayscale: #818181. Windows color (decimal): -2466224 or 5267162. OLE color: 5267162.

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

Color convert

RGB 218 94 80 -
CMYK 0 0.57 0.63 0.15
HSL 6.09º 0.65% 0.58% -
HSV(B) 6.09º 0.63% 0.85% -
XYZ 34.36 23.49 10.31 -
YUV 129.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 218 94 80 0 0.57 0.63 0.15 6.09 0.65 0.58
Hex DA 5E 50 0 39 3F F 6 41 3A
Octal 332 136 120 0 71 77 17 6 101 72
Binary 11011010 1011110 1010000 0 111001 111111 1111 110 1000001 111010

Color Harmonies of #DA5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E50

Black with #DA5E50

Text Example


Text Example

White with #DA5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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