#D88885

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

Shades of My Pink #D88885

Tints of My Pink #D88885

Color information

#D88885 (or 0xD88885) is unknown color: approx My Pink. HEX triplet: D8, 88 and 85. RGB value is (216,136,133). Sum of RGB (Red+Green+Blue) = 216+136+133=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D88885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88885 is #27777A. Grayscale: #9F9F9F. Windows color (decimal): -2586491 or 8751320. OLE color: 8751320.

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

Color convert

RGB216136133-
CMYK00.370.380.15
HSL2.17º51.55%68.43%-
HSV(B)2.17º38.43%84.71%-
XYZ41.3633.926.55-
YUV159.58113168.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=44.54%
G=28.04%
B=27.42%

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
Decimal21613613300.370.380.152.1751.5568.43
HexD8888502526F23444
Octal3302102050454617264104
Binary11011000100010001000010101001011001101111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88885; }

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

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

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

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

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

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

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

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