#D88984

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

Shades of My Pink #D88984

Tints of My Pink #D88984

Color information

#D88984 (or 0xD88984) is unknown color: approx My Pink. HEX triplet: D8, 89 and 84. RGB value is (216,137,132). Sum of RGB (Red+Green+Blue) = 216+137+132=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D88984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88984 is #27767B. Grayscale: #A0A0A0. Windows color (decimal): -2586236 or 8686040. OLE color: 8686040.

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

Color convert

RGB216137132-
CMYK00.370.390.15
HSL3.57º51.85%68.24%-
HSV(B)3.57º38.89%84.71%-
XYZ41.4334.1626.24-
YUV160.05112.17167.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=44.54%
G=28.25%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613713200.370.390.153.5751.8568.24
HexD8898402527F43444
Octal3302112040454717464104
Binary110110001000100110000100010010110011111111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88984; }

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

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

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

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

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

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

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

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