#D9867C

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

Shades of My Pink #D9867C

Tints of My Pink #D9867C

Color information

#D9867C (or 0xD9867C) is unknown color: approx My Pink. HEX triplet: D9, 86 and 7C. RGB value is (217,134,124). Sum of RGB (Red+Green+Blue) = 217+134+124=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9867C is #267983. Grayscale: #9D9D9D. Windows color (decimal): -2521476 or 8160985. OLE color: 8160985.

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

Color convert

RGB217134124-
CMYK00.380.430.15
HSL6.45º55.03%66.86%-
HSV(B)6.45º42.86%85.1%-
XYZ40.7833.2623.34-
YUV157.68109170.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=45.68%
G=28.21%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713412400.380.430.156.4555.0366.86
HexD9867C0262BF63743
Octal3312061740465317667103
Binary11011001100001101111100010011010101111111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9867C; }

 p { color: rgb(217,134,124); }

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

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

 a { background-color: rgb(217,134,124); }

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

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

 span { border-color: rgb(217,134,124); }

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