Html Css Color HEX #DD887C My Pink

📋 copy color: '#DD887C'

red 221 ◦ green 136 ◦ blue 124

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

Shades of My Pink #DD887C

Tints of My Pink #DD887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.27%

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 45.95%
G = 28.27%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD887C (or 0xDD887C) is known color: My Pink. HEX triplet: DD, 88 and 7C. RGB value is (221,136,124). Sum of RGB (Red+Green+Blue) = 221+136+124=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD887C is #227783. Grayscale: #A0A0A0. Windows color (decimal): -2258820 or 8161501. OLE color: 8161501.

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

Color convert

RGB 221 136 124 -
CMYK 0 0.38 0.44 0.13
HSL 7.42º 0.59% 0.68% -
HSV(B) 7.42º 0.44% 0.87% -
XYZ 42.26 34.44 23.49 -
YUV 160.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 221 136 124 0 0.38 0.44 0.13 7.42 0.59 0.68
Hex DD 88 7C 0 26 2C D 7 3B 44
Octal 335 210 174 0 46 54 15 7 73 104
Binary 11011101 10001000 1111100 0 100110 101100 1101 111 111011 1000100

Color Harmonies of #DD887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD887C

Black with #DD887C

Text Example


Text Example

White with #DD887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD887C; }

 p { color: rgb(221,136,124); }

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

background-color css

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

 a { background-color: rgb(221,136,124); }

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

border-color css

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

 span { border-color: rgb(221,136,124); }

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