#D88A85

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

Shades of My Pink #D88A85

Tints of My Pink #D88A85

Color information

#D88A85 (or 0xD88A85) is unknown color: approx My Pink. HEX triplet: D8, 8A and 85. RGB value is (216,138,133). Sum of RGB (Red+Green+Blue) = 216+138+133=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A85 is #27757A. Grayscale: #A0A0A0. Windows color (decimal): -2585979 or 8751832. OLE color: 8751832.

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

Color convert

RGB216138133-
CMYK00.360.380.15
HSL3.61º51.55%68.43%-
HSV(B)3.61º38.43%84.71%-
XYZ41.6434.4726.65-
YUV160.75112.34167.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 133 (52.34% from 255) = 27.31%
R=44.35%
G=28.34%
B=27.31%

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
Decimal21613813300.360.380.153.6151.5568.43
HexD88A8502426F43444
Octal3302122050444617464104
Binary110110001000101010000101010010010011011111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A85; }

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

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

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

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

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

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

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

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