Html Css Color HEX #DD6050 Flamingo

📋 copy color: '#DD6050'

red 221 ◦ green 96 ◦ blue 80

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

Shades of Flamingo #DD6050

Tints of Flamingo #DD6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

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

R = 55.67%
G = 24.18%
B = 20.15%

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

#DD6050 (or 0xDD6050) is known color: Flamingo. HEX triplet: DD, 60 and 50. RGB value is (221,96,80). Sum of RGB (Red+Green+Blue) = 221+96+80=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6050 is #229FAF. Grayscale: #838383. Windows color (decimal): -2269104 or 5267677. OLE color: 5267677.

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

Color convert

RGB 221 96 80 -
CMYK 0 0.57 0.64 0.13
HSL 6.81º 0.67% 0.59% -
HSV(B) 6.81º 0.64% 0.87% -
XYZ 35.45 24.32 10.41 -
YUV 131.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 221 96 80 0 0.57 0.64 0.13 6.81 0.67 0.59
Hex DD 60 50 0 39 40 D 7 43 3B
Octal 335 140 120 0 71 100 15 7 103 73
Binary 11011101 1100000 1010000 0 111001 1000000 1101 111 1000011 111011

Color Harmonies of #DD6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6050

Black with #DD6050

Text Example


Text Example

White with #DD6050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6050; }

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

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

background-color css

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

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

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

border-color css

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

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

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