Html Css Color HEX #DA5E52 Flamingo

📋 copy color: '#DA5E52'

red 218 ◦ green 94 ◦ blue 82

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

Shades of Flamingo #DA5E52

Tints of Flamingo #DA5E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 55.33%
G = 23.86%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA5E52 (or 0xDA5E52) is known color: Flamingo. HEX triplet: DA, 5E and 52. RGB value is (218,94,82). Sum of RGB (Red+Green+Blue) = 218+94+82=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E52 is #25A1AD. Grayscale: #818181. Windows color (decimal): -2466222 or 5398234. OLE color: 5398234.

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

Color convert

RGB 218 94 82 -
CMYK 0 0.57 0.62 0.15
HSL 5.29º 0.65% 0.59% -
HSV(B) 5.29º 0.62% 0.85% -
XYZ 34.44 23.52 10.71 -
YUV 129.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 218 94 82 0 0.57 0.62 0.15 5.29 0.65 0.59
Hex DA 5E 52 0 39 3E F 5 41 3B
Octal 332 136 122 0 71 76 17 5 101 73
Binary 11011010 1011110 1010010 0 111001 111110 1111 101 1000001 111011

Color Harmonies of #DA5E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E52

Black with #DA5E52

Text Example


Text Example

White with #DA5E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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