Html Css Color HEX #DD5C48 Flamingo

📋 copy color: '#DD5C48'

red 221 ◦ green 92 ◦ blue 72

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

Shades of Flamingo #DD5C48

Tints of Flamingo #DD5C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

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

R = 57.4%
G = 23.9%
B = 18.7%

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

#DD5C48 (or 0xDD5C48) is known color: Flamingo. HEX triplet: DD, 5C and 48. RGB value is (221,92,72). Sum of RGB (Red+Green+Blue) = 221+92+72=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C48 is #22A3B7. Grayscale: #808080. Windows color (decimal): -2270136 or 4742365. OLE color: 4742365.

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

Color convert

RGB 221 92 72 -
CMYK 0 0.58 0.67 0.13
HSL 8.05º 0.69% 0.57% -
HSV(B) 8.05º 0.67% 0.87% -
XYZ 34.82 23.49 8.83 -
YUV 128.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 221 92 72 0 0.58 0.67 0.13 8.05 0.69 0.57
Hex DD 5C 48 0 3A 43 D 8 45 39
Octal 335 134 110 0 72 103 15 10 105 71
Binary 11011101 1011100 1001000 0 111010 1000011 1101 1000 1000101 111001

Color Harmonies of #DD5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C48

Black with #DD5C48

Text Example


Text Example

White with #DD5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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