#D4887F

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

Shades of My Pink #D4887F

Tints of My Pink #D4887F

Color information

#D4887F (or 0xD4887F) is unknown color: approx My Pink. HEX triplet: D4, 88 and 7F. RGB value is (212,136,127). Sum of RGB (Red+Green+Blue) = 212+136+127=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4887F is #2B7780. Grayscale: #9D9D9D. Windows color (decimal): -2848641 or 8358100. OLE color: 8358100.

HSL color Cylindrical-coordinate representation of color #D4887F: hue angle of 6.35º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4887F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212136127-
CMYK00.360.400.17
HSL6.35º49.71%66.47%-
HSV(B)6.35º40.09%83.14%-
XYZ39.7933.1424.38-
YUV157.7110.68166.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 127 (50% from 255) = 26.74%
R=44.63%
G=28.63%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213612700.360.400.176.3549.7166.47
HexD4887F024281163242
Octal3242101770445021662102
Binary110101001000100011111110100100101000100011101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4887F; }

 p { color: rgb(212,136,127); }

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

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

 a { background-color: rgb(212,136,127); }

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

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

 span { border-color: rgb(212,136,127); }

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