#D88C81

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

Shades of My Pink #D88C81

Tints of My Pink #D88C81

Color information

#D88C81 (or 0xD88C81) is unknown color: approx My Pink. HEX triplet: D8, 8C and 81. RGB value is (216,140,129). Sum of RGB (Red+Green+Blue) = 216+140+129=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88C81 is #27737E. Grayscale: #A1A1A1. Windows color (decimal): -2585471 or 8490200. OLE color: 8490200.

HSL color Cylindrical-coordinate representation of color #D88C81: hue angle of 7.59º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88C81 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216140129-
CMYK00.350.400.15
HSL7.59º52.73%67.65%-
HSV(B)7.59º40.28%84.71%-
XYZ41.6634.9425.32-
YUV161.47109.68166.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=44.54%
G=28.87%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614012900.350.400.157.5952.7367.65
HexD88C8102328F83544
Octal33021420104350171065104
Binary1101100010001100100000010100011101000111110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88C81; }

 p { color: rgb(216,140,129); }

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

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

 a { background-color: rgb(216,140,129); }

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

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

 span { border-color: rgb(216,140,129); }

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