#D88D89

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

Shades of My Pink #D88D89

Tints of My Pink #D88D89

Color information

#D88D89 (or 0xD88D89) is unknown color: approx My Pink. HEX triplet: D8, 8D and 89. RGB value is (216,141,137). Sum of RGB (Red+Green+Blue) = 216+141+137=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88D89 is #277276. Grayscale: #A3A3A3. Windows color (decimal): -2585207 or 9014744. OLE color: 9014744.

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

Color convert

RGB216141137-
CMYK00.350.370.15
HSL3.04º50.32%69.22%-
HSV(B)3.04º36.57%84.71%-
XYZ42.3635.4528.28-
YUV162.97113.35165.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=43.72%
G=28.54%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614113700.350.370.153.0450.3269.22
HexD88D8902325F33245
Octal3302152110434517362105
Binary11011000100011011000100101000111001011111111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D89; }

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

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

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

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

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

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

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

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