#DB887E

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

Shades of My Pink #DB887E

Tints of My Pink #DB887E

Color information

#DB887E (or 0xDB887E) is unknown color: approx My Pink. HEX triplet: DB, 88 and 7E. RGB value is (219,136,126). Sum of RGB (Red+Green+Blue) = 219+136+126=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB887E is #247781. Grayscale: #9F9F9F. Windows color (decimal): -2389890 or 8292571. OLE color: 8292571.

HSL color Cylindrical-coordinate representation of color #DB887E: hue angle of 6.45º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB887E is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219136126-
CMYK00.380.420.14
HSL6.45º56.36%67.65%-
HSV(B)6.45º42.47%85.88%-
XYZ41.7834.1724.13-
YUV159.68109170.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.53%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=45.53%
G=28.27%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913612600.380.420.146.4556.3667.65
HexDB887E0262AE63844
Octal3332101760465216670104
Binary11011011100010001111110010011010101011101101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB887E; }

 p { color: rgb(219,136,126); }

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

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

 a { background-color: rgb(219,136,126); }

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

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

 span { border-color: rgb(219,136,126); }

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