Html Css Color HEX #DD5B48 Flamingo

📋 copy color: '#DD5B48'

red 221 ◦ green 91 ◦ blue 72

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

Shades of Flamingo #DD5B48

Tints of Flamingo #DD5B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

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

R = 57.55%
G = 23.7%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5B48 (or 0xDD5B48) is known color: Flamingo. HEX triplet: DD, 5B and 48. RGB value is (221,91,72). Sum of RGB (Red+Green+Blue) = 221+91+72=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B48 is #22A4B7. Grayscale: #7F7F7F. Windows color (decimal): -2270392 or 4742109. OLE color: 4742109.

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

Color convert

RGB 221 91 72 -
CMYK 0 0.59 0.67 0.13
HSL 7.65º 0.69% 0.57% -
HSV(B) 7.65º 0.67% 0.87% -
XYZ 34.73 23.32 8.8 -
YUV 127.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 221 91 72 0 0.59 0.67 0.13 7.65 0.69 0.57
Hex DD 5B 48 0 3B 43 D 8 45 39
Octal 335 133 110 0 73 103 15 10 105 71
Binary 11011101 1011011 1001000 0 111011 1000011 1101 1000 1000101 111001

Color Harmonies of #DD5B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B48

Black with #DD5B48

Text Example


Text Example

White with #DD5B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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