#D88D85

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

Shades of My Pink #D88D85

Tints of My Pink #D88D85

Color information

#D88D85 (or 0xD88D85) is unknown color: approx My Pink. HEX triplet: D8, 8D and 85. RGB value is (216,141,133). Sum of RGB (Red+Green+Blue) = 216+141+133=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88D85 is #27727A. Grayscale: #A2A2A2. Windows color (decimal): -2585211 or 8752600. OLE color: 8752600.

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

Color convert

RGB216141133-
CMYK00.350.380.15
HSL5.78º51.55%68.43%-
HSV(B)5.78º38.43%84.71%-
XYZ42.0835.3426.79-
YUV162.51111.35166.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.08%
GREEN value IS 141 (55.47% from 255) = 28.78%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=44.08%
G=28.78%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614113300.350.380.155.7851.5568.43
HexD88D8502326F63444
Octal3302152050434617664104
Binary110110001000110110000101010001110011011111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D85; }

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

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

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

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

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

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

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

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