#D58C86

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

Shades of My Pink #D58C86

Tints of My Pink #D58C86

Color information

#D58C86 (or 0xD58C86) is unknown color: approx My Pink. HEX triplet: D5, 8C and 86. RGB value is (213,140,134). Sum of RGB (Red+Green+Blue) = 213+140+134=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C86 is #2A7379. Grayscale: #A1A1A1. Windows color (decimal): -2782074 or 8817877. OLE color: 8817877.

HSL color Cylindrical-coordinate representation of color #D58C86: hue angle of 4.56º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58C86 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB213140134-
CMYK00.340.370.16
HSL4.56º48.47%68.04%-
HSV(B)4.56º37.09%83.53%-
XYZ41.1234.6227.07-
YUV161.14112.68164.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=43.74%
G=28.75%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314013400.340.370.164.5648.4768.04
HexD58C86022251053044
Octal3252142060424520560104
Binary1101010110001100100001100100010100101100001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C86; }

 p { color: rgb(213,140,134); }

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

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

 a { background-color: rgb(213,140,134); }

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

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

 span { border-color: rgb(213,140,134); }

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