#d88e82

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

Shades of My Pink #D88E82

Tints of My Pink #D88E82

Color information

#D88E82 (or 0xD88E82) is unknown color: approx My Pink. HEX triplet: D8, 8E and 82. RGB value is (216,142,130). Sum of RGB (Red+Green+Blue) = 216+142+130=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88E82 is #27717D. Grayscale: #A2A2A2. Windows color (decimal): -2584958 or 8556248. OLE color: 8556248.

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

Color convert

RGB216142130-
CMYK00.340.400.15
HSL8.37º52.44%67.84%-
HSV(B)8.37º39.81%84.71%-
XYZ42.0235.5625.77-
YUV162.76109.52165.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=44.26%
G=29.10%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614213000.340.400.158.3752.4467.84
HexD88E8202228F83444
Octal33021620204250171064104
Binary1101100010001110100000100100010101000111110001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d88e82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d88e82; }

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

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

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

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

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

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

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

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