#D88A86

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

Shades of My Pink #D88A86

Tints of My Pink #D88A86

Color information

#D88A86 (or 0xD88A86) is unknown color: approx My Pink. HEX triplet: D8, 8A and 86. RGB value is (216,138,134). Sum of RGB (Red+Green+Blue) = 216+138+134=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A86 is #277579. Grayscale: #A0A0A0. Windows color (decimal): -2585978 or 8817368. OLE color: 8817368.

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

Color convert

RGB216138134-
CMYK00.360.380.15
HSL2.93º51.25%68.63%-
HSV(B)2.93º37.96%84.71%-
XYZ41.7134.527.01-
YUV160.87112.84167.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=44.26%
G=28.28%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613813400.360.380.152.9351.2568.63
HexD88A8602426F33345
Octal3302122060444617363105
Binary11011000100010101000011001001001001101111111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A86; }

 p { color: rgb(216,138,134); }

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

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

 a { background-color: rgb(216,138,134); }

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

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

 span { border-color: rgb(216,138,134); }

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