#D88E84

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

Shades of My Pink #D88E84

Tints of My Pink #D88E84

Color information

#D88E84 (or 0xD88E84) is unknown color: approx My Pink. HEX triplet: D8, 8E and 84. RGB value is (216,142,132). Sum of RGB (Red+Green+Blue) = 216+142+132=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88E84 is #27717B. Grayscale: #A3A3A3. Windows color (decimal): -2584956 or 8687320. OLE color: 8687320.

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

Color convert

RGB216142132-
CMYK00.340.390.15
HSL7.14º51.85%68.24%-
HSV(B)7.14º38.89%84.71%-
XYZ42.1635.6126.48-
YUV162.99110.52165.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.08%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=44.08%
G=28.98%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614213200.340.390.157.1451.8568.24
HexD88E8402227F73444
Octal3302162040424717764104
Binary110110001000111010000100010001010011111111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88E84; }

 p { color: rgb(216,142,132); }

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

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

 a { background-color: rgb(216,142,132); }

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

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

 span { border-color: rgb(216,142,132); }

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