#D1867F

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

Shades of My Pink #D1867F

Tints of My Pink #D1867F

Color information

#D1867F (or 0xD1867F) is unknown color: approx My Pink. HEX triplet: D1, 86 and 7F. RGB value is (209,134,127). Sum of RGB (Red+Green+Blue) = 209+134+127=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1867F is #2E7980. Grayscale: #9B9B9B. Windows color (decimal): -3045761 or 8357585. OLE color: 8357585.

HSL color Cylindrical-coordinate representation of color #D1867F: hue angle of 5.12º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1867F is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209134127-
CMYK00.360.390.18
HSL5.12º47.13%65.88%-
HSV(B)5.12º39.23%81.96%-
XYZ38.6532.1424.24-
YUV155.63111.85166.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 127 (50% from 255) = 27.02%
R=44.47%
G=28.51%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913412700.360.390.185.1247.1365.88
HexD1867F024271252f42
Octal3212061770444722557102
Binary110100011000011011111110100100100111100101011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1867F; }

 p { color: rgb(209,134,127); }

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

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

 a { background-color: rgb(209,134,127); }

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

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

 span { border-color: rgb(209,134,127); }

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