#D9887D

Color #D9887D My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #D9887D

Tints of My Pink #D9887D

Color information

#D9887D (or 0xD9887D) is unknown color: approx My Pink. HEX triplet: D9, 88 and 7D. RGB value is (217,136,125). Sum of RGB (Red+Green+Blue) = 217+136+125=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9887D is #267782. Grayscale: #9F9F9F. Windows color (decimal): -2520963 or 8227033. OLE color: 8227033.

HSL color Cylindrical-coordinate representation of color #D9887D: hue angle of 7.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9887D is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217136125-
CMYK00.370.420.15
HSL7.17º54.76%67.06%-
HSV(B)7.17º42.4%85.1%-
XYZ41.1233.8423.77-
YUV158.96108.84169.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=45.40%
G=28.45%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713612500.370.420.157.1754.7667.06
HexD9887D0252AF73743
Octal3312101750455217767103
Binary11011001100010001111101010010110101011111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9887D; }

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

 H1.HeaderClassName
 {
   color: #D9887D;
 }
 .AnyTagClassName
 {
   color: #D9887D;
 }
</style>
background-color css

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

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

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

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

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

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