#D88987

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

Shades of My Pink #D88987

Tints of My Pink #D88987

Color information

#D88987 (or 0xD88987) is unknown color: approx My Pink. HEX triplet: D8, 89 and 87. RGB value is (216,137,135). Sum of RGB (Red+Green+Blue) = 216+137+135=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D88987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88987 is #277678. Grayscale: #A0A0A0. Windows color (decimal): -2586233 or 8882648. OLE color: 8882648.

HSL color Cylindrical-coordinate representation of color #D88987: hue angle of 1.48º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88987 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216137135-
CMYK00.370.380.15
HSL1.48º50.94%68.82%-
HSV(B)1.48º37.5%84.71%-
XYZ41.6434.2427.34-
YUV160.39113.67167.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=44.26%
G=28.07%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613713500.370.380.151.4850.9468.82
HexD8898702526F13345
Octal3302112070454617163105
Binary1101100010001001100001110100101100110111111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88987; }

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

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

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

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

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

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

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

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