Html Css Color HEX #DD6857 Flamingo

📋 copy color: '#DD6857'

red 221 ◦ green 104 ◦ blue 87

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

Shades of Flamingo #DD6857

Tints of Flamingo #DD6857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

 BLUE value IS 87 (34.38% from 255) = 21.12%

R = 53.64%
G = 25.24%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD6857 (or 0xDD6857) is known color: Flamingo. HEX triplet: DD, 68 and 57. RGB value is (221,104,87). Sum of RGB (Red+Green+Blue) = 221+104+87=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6857 is #2297A8. Grayscale: #898989. Windows color (decimal): -2267049 or 5728477. OLE color: 5728477.

HSL color Cylindrical-coordinate representation of color #DD6857: hue angle of 7.61º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD6857 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 87 -
CMYK 0 0.53 0.61 0.13
HSL 7.61º 0.66% 0.6% -
HSV(B) 7.61º 0.61% 0.87% -
XYZ 36.49 25.96 12.1 -
YUV 137.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 221 104 87 0 0.53 0.61 0.13 7.61 0.66 0.6
Hex DD 68 57 0 35 3D D 8 42 3C
Octal 335 150 127 0 65 75 15 10 102 74
Binary 11011101 1101000 1010111 0 110101 111101 1101 1000 1000010 111100

Color Harmonies of #DD6857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6857

Black with #DD6857

Text Example


Text Example

White with #DD6857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6857; }

 p { color: rgb(221,104,87); }

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

background-color css

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

 a { background-color: rgb(221,104,87); }

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

border-color css

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

 span { border-color: rgb(221,104,87); }

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