#D88D80

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

Shades of My Pink #D88D80

Tints of My Pink #D88D80

Color information

#D88D80 (or 0xD88D80) is unknown color: approx My Pink. HEX triplet: D8, 8D and 80. RGB value is (216,141,128). Sum of RGB (Red+Green+Blue) = 216+141+128=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88D80 is #27727F. Grayscale: #A2A2A2. Windows color (decimal): -2585216 or 8424920. OLE color: 8424920.

HSL color Cylindrical-coordinate representation of color #D88D80: hue angle of 8.86º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88D80 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216141128-
CMYK00.350.410.15
HSL8.86º53.01%67.45%-
HSV(B)8.86º40.74%84.71%-
XYZ41.7435.2125.02-
YUV161.94108.85166.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=44.54%
G=29.07%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614112800.350.410.158.8653.0167.45
HexD88D8002329F93543
Octal33021520004351171165103
Binary1101100010001101100000000100011101001111110011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D80; }

 p { color: rgb(216,141,128); }

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

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

 a { background-color: rgb(216,141,128); }

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

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

 span { border-color: rgb(216,141,128); }

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