Html Css Color HEX #DD5D4F Flamingo

📋 copy color: '#DD5D4F'

red 221 ◦ green 93 ◦ blue 79

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

Shades of Flamingo #DD5D4F

Tints of Flamingo #DD5D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.1%

R = 56.23%
G = 23.66%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD5D4F (or 0xDD5D4F) is known color: Flamingo. HEX triplet: DD, 5D and 4F. RGB value is (221,93,79). Sum of RGB (Red+Green+Blue) = 221+93+79=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D4F is #22A2B0. Grayscale: #818181. Windows color (decimal): -2269873 or 5201373. OLE color: 5201373.

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

Color convert

RGB 221 93 79 -
CMYK 0 0.58 0.64 0.13
HSL 5.92º 0.68% 0.59% -
HSV(B) 5.92º 0.64% 0.87% -
XYZ 35.14 23.77 10.13 -
YUV 129.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 221 93 79 0 0.58 0.64 0.13 5.92 0.68 0.59
Hex DD 5D 4F 0 3A 40 D 6 44 3B
Octal 335 135 117 0 72 100 15 6 104 73
Binary 11011101 1011101 1001111 0 111010 1000000 1101 110 1000100 111011

Color Harmonies of #DD5D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D4F

Black with #DD5D4F

Text Example


Text Example

White with #DD5D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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