#D58986

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

Shades of My Pink #D58986

Tints of My Pink #D58986

Color information

#D58986 (or 0xD58986) is unknown color: approx My Pink. HEX triplet: D5, 89 and 86. RGB value is (213,137,134). Sum of RGB (Red+Green+Blue) = 213+137+134=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D58986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58986 is #2A7679. Grayscale: #9F9F9F. Windows color (decimal): -2782842 or 8817109. OLE color: 8817109.

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

Color convert

RGB213137134-
CMYK00.360.370.16
HSL2.28º48.47%68.04%-
HSV(B)2.28º37.09%83.53%-
XYZ40.6933.7626.93-
YUV159.38113.68166.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=44.01%
G=28.31%
B=27.69%

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
Decimal21313713400.360.370.162.2848.4768.04
HexD58986024251023044
Octal3252112060444520260104
Binary110101011000100110000110010010010010110000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58986; }

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

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

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

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

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

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

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

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