#D58E87

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

Shades of My Pink #D58E87

Tints of My Pink #D58E87

Color information

#D58E87 (or 0xD58E87) is unknown color: approx My Pink. HEX triplet: D5, 8E and 87. RGB value is (213,142,135). Sum of RGB (Red+Green+Blue) = 213+142+135=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58E87 is #2A7178. Grayscale: #A2A2A2. Windows color (decimal): -2781561 or 8883925. OLE color: 8883925.

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

Color convert

RGB213142135-
CMYK00.330.370.16
HSL5.38º48.15%68.24%-
HSV(B)5.38º36.62%83.53%-
XYZ41.4935.2427.54-
YUV162.43112.52164.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=43.47%
G=28.98%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314213500.330.370.165.3848.1568.24
HexD58E87021251053044
Octal3252162070414520560104
Binary1101010110001110100001110100001100101100001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E87; }

 p { color: rgb(213,142,135); }

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

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

 a { background-color: rgb(213,142,135); }

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

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

 span { border-color: rgb(213,142,135); }

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