#D88A84

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

Shades of My Pink #D88A84

Tints of My Pink #D88A84

Color information

#D88A84 (or 0xD88A84) is unknown color: approx My Pink. HEX triplet: D8, 8A and 84. RGB value is (216,138,132). Sum of RGB (Red+Green+Blue) = 216+138+132=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A84 is #27757B. Grayscale: #A0A0A0. Windows color (decimal): -2585980 or 8686296. OLE color: 8686296.

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

Color convert

RGB216138132-
CMYK00.360.390.15
HSL4.29º51.85%68.24%-
HSV(B)4.29º38.89%84.71%-
XYZ41.5734.4426.29-
YUV160.64111.84167.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.44%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=44.44%
G=28.40%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613813200.360.390.154.2951.8568.24
HexD88A8402427F43444
Octal3302122040444717464104
Binary110110001000101010000100010010010011111111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A84; }

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

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

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

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

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

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

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

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