Html Css Color HEX #DD5D48 Flamingo

📋 copy color: '#DD5D48'

red 221 ◦ green 93 ◦ blue 72

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

Shades of Flamingo #DD5D48

Tints of Flamingo #DD5D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 57.25%
G = 24.09%
B = 18.65%

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

#DD5D48 (or 0xDD5D48) is known color: Flamingo. HEX triplet: DD, 5D and 48. RGB value is (221,93,72). Sum of RGB (Red+Green+Blue) = 221+93+72=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D48 is #22A2B7. Grayscale: #818181. Windows color (decimal): -2269880 or 4742621. OLE color: 4742621.

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

Color convert

RGB 221 93 72 -
CMYK 0 0.58 0.67 0.13
HSL 8.46º 0.69% 0.57% -
HSV(B) 8.46º 0.67% 0.87% -
XYZ 34.9 23.67 8.86 -
YUV 128.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 221 93 72 0 0.58 0.67 0.13 8.46 0.69 0.57
Hex DD 5D 48 0 3A 43 D 8 45 39
Octal 335 135 110 0 72 103 15 10 105 71
Binary 11011101 1011101 1001000 0 111010 1000011 1101 1000 1000101 111001

Color Harmonies of #DD5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D48

Black with #DD5D48

Text Example


Text Example

White with #DD5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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