Html Css Color HEX #DD5E49 Flamingo

📋 copy color: '#DD5E49'

red 221 ◦ green 94 ◦ blue 73

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

Shades of Flamingo #DD5E49

Tints of Flamingo #DD5E49

RGB

 RED value IS 221 (86.72% from 255) = 56.96%

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

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 56.96%
G = 24.23%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5E49 (or 0xDD5E49) is known color: Flamingo. HEX triplet: DD, 5E and 49. RGB value is (221,94,73). Sum of RGB (Red+Green+Blue) = 221+94+73=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E49 is #22A1B6. Grayscale: #818181. Windows color (decimal): -2269623 or 4808413. OLE color: 4808413.

HSL color Cylindrical-coordinate representation of color #DD5E49: hue angle of 8.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD5E49 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 73 -
CMYK 0 0.57 0.67 0.13
HSL 8.51º 0.69% 0.58% -
HSV(B) 8.51º 0.67% 0.87% -
XYZ 35.02 23.86 9.06 -
YUV 129.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 221 94 73 0 0.57 0.67 0.13 8.51 0.69 0.58
Hex DD 5E 49 0 39 43 D 9 45 3A
Octal 335 136 111 0 71 103 15 11 105 72
Binary 11011101 1011110 1001001 0 111001 1000011 1101 1001 1000101 111010

Color Harmonies of #DD5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E49

Black with #DD5E49

Text Example


Text Example

White with #DD5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E49; }

 p { color: rgb(221,94,73); }

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

background-color css

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

 a { background-color: rgb(221,94,73); }

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

border-color css

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

 span { border-color: rgb(221,94,73); }

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