#D58987

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

Shades of My Pink #D58987

Tints of My Pink #D58987

Color information

#D58987 (or 0xD58987) is unknown color: approx My Pink. HEX triplet: D5, 89 and 87. RGB value is (213,137,135). Sum of RGB (Red+Green+Blue) = 213+137+135=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D58987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58987 is #2A7678. Grayscale: #9F9F9F. Windows color (decimal): -2782841 or 8882645. OLE color: 8882645.

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

Color convert

RGB213137135-
CMYK00.360.370.16
HSL1.54º48.15%68.24%-
HSV(B)1.54º36.62%83.53%-
XYZ40.7633.7927.29-
YUV159.5114.18166.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 135 (53.12% from 255) = 27.84%
R=43.92%
G=28.25%
B=27.84%

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
Decimal21313713500.360.370.161.5448.1568.24
HexD58987024251023044
Octal3252112070444520260104
Binary110101011000100110000111010010010010110000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58987; }

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

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

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

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

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

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

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

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