#D18D7F

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

Shades of My Pink #D18D7F

Tints of My Pink #D18D7F

Color information

#D18D7F (or 0xD18D7F) is unknown color: approx My Pink. HEX triplet: D1, 8D and 7F. RGB value is (209,141,127). Sum of RGB (Red+Green+Blue) = 209+141+127=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D7F is #2E7280. Grayscale: #9F9F9F. Windows color (decimal): -3043969 or 8359377. OLE color: 8359377.

HSL color Cylindrical-coordinate representation of color #D18D7F: hue angle of 10.24º 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 #D18D7F is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209141127-
CMYK00.330.390.18
HSL10.24º47.13%65.88%-
HSV(B)10.24º39.23%81.96%-
XYZ39.6534.1424.58-
YUV159.74109.53163.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.82%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 127 (50% from 255) = 26.62%
R=43.82%
G=29.56%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914112700.330.390.1810.2447.1365.88
HexD18D7F0212712a2f42
Octal32121517704147221257102
Binary1101000110001101111111101000011001111001010101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18D7F; }

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

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

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

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

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

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

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

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