#D88782

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

Shades of My Pink #D88782

Tints of My Pink #D88782

Color information

#D88782 (or 0xD88782) is unknown color: approx My Pink. HEX triplet: D8, 87 and 82. RGB value is (216,135,130). Sum of RGB (Red+Green+Blue) = 216+135+130=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D88782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88782 is #27787D. Grayscale: #9E9E9E. Windows color (decimal): -2586750 or 8554456. OLE color: 8554456.

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

Color convert

RGB216135130-
CMYK00.380.400.15
HSL3.49º52.44%67.84%-
HSV(B)3.49º39.81%84.71%-
XYZ41.0133.5425.43-
YUV158.65111.84168.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=44.91%
G=28.07%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613513000.380.400.153.4952.4467.84
HexD8878202628F33444
Octal3302072020465017364104
Binary11011000100001111000001001001101010001111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88782; }

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

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

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

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

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

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

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

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