#D39586

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

Shades of My Pink #D39586

Tints of My Pink #D39586

Color information

#D39586 (or 0xD39586) is unknown color: approx My Pink. HEX triplet: D3, 95 and 86. RGB value is (211,149,134). Sum of RGB (Red+Green+Blue) = 211+149+134=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D39586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39586 is #2C6A79. Grayscale: #A5A5A5. Windows color (decimal): -2910842 or 8820179. OLE color: 8820179.

HSL color Cylindrical-coordinate representation of color #D39586: hue angle of 11.69º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D39586 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB211149134-
CMYK00.290.360.17
HSL11.69º46.67%67.65%-
HSV(B)11.69º36.49%82.75%-
XYZ41.9137.0727.5-
YUV165.83110.04160.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.71%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=42.71%
G=30.16%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114913400.290.360.1711.6946.6767.65
HexD3958601D2411c2f44
Octal32322520603544211457104
Binary1101001110010101100001100111011001001000111001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39586; }

 p { color: rgb(211,149,134); }

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

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

 a { background-color: rgb(211,149,134); }

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

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

 span { border-color: rgb(211,149,134); }

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