Html Css Color HEX #DD5F50 Flamingo

📋 copy color: '#DD5F50'

red 221 ◦ green 95 ◦ blue 80

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

Shades of Flamingo #DD5F50

Tints of Flamingo #DD5F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

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

R = 55.81%
G = 23.99%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD5F50 (or 0xDD5F50) is known color: Flamingo. HEX triplet: DD, 5F and 50. RGB value is (221,95,80). Sum of RGB (Red+Green+Blue) = 221+95+80=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F50 is #22A0AF. Grayscale: #838383. Windows color (decimal): -2269360 or 5267421. OLE color: 5267421.

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

Color convert

RGB 221 95 80 -
CMYK 0 0.57 0.64 0.13
HSL 6.38º 0.67% 0.59% -
HSV(B) 6.38º 0.64% 0.87% -
XYZ 35.36 24.14 10.38 -
YUV 130.96 99.24 192.22 -
System Red Green Blue C M Y K H S L
Decimal 221 95 80 0 0.57 0.64 0.13 6.38 0.67 0.59
Hex DD 5F 50 0 39 40 D 6 43 3B
Octal 335 137 120 0 71 100 15 6 103 73
Binary 11011101 1011111 1010000 0 111001 1000000 1101 110 1000011 111011

Color Harmonies of #DD5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F50

Black with #DD5F50

Text Example


Text Example

White with #DD5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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