Html Css Color HEX #DD5D49 Flamingo

📋 copy color: '#DD5D49'

red 221 ◦ green 93 ◦ blue 73

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

Shades of Flamingo #DD5D49

Tints of Flamingo #DD5D49

RGB

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

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

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

R = 57.11%
G = 24.03%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5D49 (or 0xDD5D49) is known color: Flamingo. HEX triplet: DD, 5D and 49. RGB value is (221,93,73). Sum of RGB (Red+Green+Blue) = 221+93+73=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D49 is #22A2B6. Grayscale: #818181. Windows color (decimal): -2269879 or 4808157. OLE color: 4808157.

HSL color Cylindrical-coordinate representation of color #DD5D49: hue angle of 8.11º 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 #DD5D49 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 93 73 -
CMYK 0 0.58 0.67 0.13
HSL 8.11º 0.69% 0.58% -
HSV(B) 8.11º 0.67% 0.87% -
XYZ 34.94 23.68 9.03 -
YUV 128.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 221 93 73 0 0.58 0.67 0.13 8.11 0.69 0.58
Hex DD 5D 49 0 3A 43 D 8 45 3A
Octal 335 135 111 0 72 103 15 10 105 72
Binary 11011101 1011101 1001001 0 111010 1000011 1101 1000 1000101 111010

Color Harmonies of #DD5D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D49

Black with #DD5D49

Text Example


Text Example

White with #DD5D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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