Html Css Color HEX #DD5C50 Flamingo

📋 copy color: '#DD5C50'

red 221 ◦ green 92 ◦ blue 80

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

Shades of Flamingo #DD5C50

Tints of Flamingo #DD5C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 56.23%
G = 23.41%
B = 20.36%

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

#DD5C50 (or 0xDD5C50) is known color: Flamingo. HEX triplet: DD, 5C and 50. RGB value is (221,92,80). Sum of RGB (Red+Green+Blue) = 221+92+80=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C50 is #22A3AF. Grayscale: #818181. Windows color (decimal): -2270128 or 5266653. OLE color: 5266653.

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

Color convert

RGB 221 92 80 -
CMYK 0 0.58 0.64 0.13
HSL 5.11º 0.67% 0.59% -
HSV(B) 5.11º 0.64% 0.87% -
XYZ 35.09 23.61 10.3 -
YUV 129.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 221 92 80 0 0.58 0.64 0.13 5.11 0.67 0.59
Hex DD 5C 50 0 3A 40 D 5 43 3B
Octal 335 134 120 0 72 100 15 5 103 73
Binary 11011101 1011100 1010000 0 111010 1000000 1101 101 1000011 111011

Color Harmonies of #DD5C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C50

Black with #DD5C50

Text Example


Text Example

White with #DD5C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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