Html Css Color HEX #DD5E48 Flamingo

📋 copy color: '#DD5E48'

red 221 ◦ green 94 ◦ blue 72

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

Shades of Flamingo #DD5E48

Tints of Flamingo #DD5E48

RGB

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

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

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

R = 57.11%
G = 24.29%
B = 18.6%

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

#DD5E48 (or 0xDD5E48) is known color: Flamingo. HEX triplet: DD, 5E and 48. RGB value is (221,94,72). Sum of RGB (Red+Green+Blue) = 221+94+72=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E48 is #22A1B7. Grayscale: #818181. Windows color (decimal): -2269624 or 4742877. OLE color: 4742877.

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

Color convert

RGB 221 94 72 -
CMYK 0 0.57 0.67 0.13
HSL 8.86º 0.69% 0.57% -
HSV(B) 8.86º 0.67% 0.87% -
XYZ 34.99 23.85 8.89 -
YUV 129.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 221 94 72 0 0.57 0.67 0.13 8.86 0.69 0.57
Hex DD 5E 48 0 39 43 D 9 45 39
Octal 335 136 110 0 71 103 15 11 105 71
Binary 11011101 1011110 1001000 0 111001 1000011 1101 1001 1000101 111001

Color Harmonies of #DD5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E48

Black with #DD5E48

Text Example


Text Example

White with #DD5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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