Html Css Color HEX #DD887D My Pink

📋 copy color: '#DD887D'

red 221 ◦ green 136 ◦ blue 125

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

Shades of My Pink #DD887D

Tints of My Pink #DD887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 45.85%
G = 28.22%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD887D (or 0xDD887D) is known color: My Pink. HEX triplet: DD, 88 and 7D. RGB value is (221,136,125). Sum of RGB (Red+Green+Blue) = 221+136+125=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD887D is #227782. Grayscale: #A0A0A0. Windows color (decimal): -2258819 or 8227037. OLE color: 8227037.

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

Color convert

RGB 221 136 125 -
CMYK 0 0.38 0.43 0.13
HSL 6.88º 0.59% 0.68% -
HSV(B) 6.88º 0.43% 0.87% -
XYZ 42.32 34.46 23.82 -
YUV 160.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 221 136 125 0 0.38 0.43 0.13 6.88 0.59 0.68
Hex DD 88 7D 0 26 2B D 7 3B 44
Octal 335 210 175 0 46 53 15 7 73 104
Binary 11011101 10001000 1111101 0 100110 101011 1101 111 111011 1000100

Color Harmonies of #DD887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD887D

Black with #DD887D

Text Example


Text Example

White with #DD887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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