#D88A81

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

Shades of My Pink #D88A81

Tints of My Pink #D88A81

Color information

#D88A81 (or 0xD88A81) is unknown color: approx My Pink. HEX triplet: D8, 8A and 81. RGB value is (216,138,129). Sum of RGB (Red+Green+Blue) = 216+138+129=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A81 is #27757E. Grayscale: #A0A0A0. Windows color (decimal): -2585983 or 8489688. OLE color: 8489688.

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

Color convert

RGB216138129-
CMYK00.360.400.15
HSL6.21º52.73%67.65%-
HSV(B)6.21º40.28%84.71%-
XYZ41.3734.3625.22-
YUV160.3110.34167.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=44.72%
G=28.57%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613812900.360.400.156.2152.7367.65
HexD88A8102428F63544
Octal3302122010445017665104
Binary110110001000101010000001010010010100011111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A81; }

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

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

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

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

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

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

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

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