#D58886

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

Shades of My Pink #D58886

Tints of My Pink #D58886

Color information

#D58886 (or 0xD58886) is unknown color: approx My Pink. HEX triplet: D5, 88 and 86. RGB value is (213,136,134). Sum of RGB (Red+Green+Blue) = 213+136+134=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D58886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58886 is #2A7779. Grayscale: #9E9E9E. Windows color (decimal): -2783098 or 8816853. OLE color: 8816853.

HSL color Cylindrical-coordinate representation of color #D58886: hue angle of 1.52º 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 #D58886 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB213136134-
CMYK00.360.370.16
HSL1.52º48.47%68.04%-
HSV(B)1.52º37.09%83.53%-
XYZ40.5533.4826.88-
YUV158.8114.01166.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=44.10%
G=28.16%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313613400.360.370.161.5248.4768.04
HexD58886024251023044
Octal3252102060444520260104
Binary110101011000100010000110010010010010110000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58886; }

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

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

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

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

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

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

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

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