#DB8B84

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

Shades of My Pink #DB8B84

Tints of My Pink #DB8B84

Color information

#DB8B84 (or 0xDB8B84) is unknown color: approx My Pink. HEX triplet: DB, 8B and 84. RGB value is (219,139,132). Sum of RGB (Red+Green+Blue) = 219+139+132=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B84 is #24747B. Grayscale: #A2A2A2. Windows color (decimal): -2389116 or 8686555. OLE color: 8686555.

HSL color Cylindrical-coordinate representation of color #DB8B84: hue angle of 4.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8B84 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219139132-
CMYK00.370.400.14
HSL4.83º54.72%68.82%-
HSV(B)4.83º39.73%85.88%-
XYZ42.6135.1926.38-
YUV162.12111168.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.69%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=44.69%
G=28.37%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913913200.370.400.144.8354.7268.82
HexDB8B8402528E53745
Octal3332132040455016567105
Binary110110111000101110000100010010110100011101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8B84; }

 p { color: rgb(219,139,132); }

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

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

 a { background-color: rgb(219,139,132); }

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

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

 span { border-color: rgb(219,139,132); }

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