#DB8E7C

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

Shades of My Pink #DB8E7C

Tints of My Pink #DB8E7C

Color information

#DB8E7C (or 0xDB8E7C) is unknown color: approx My Pink. HEX triplet: DB, 8E and 7C. RGB value is (219,142,124). Sum of RGB (Red+Green+Blue) = 219+142+124=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E7C is #247183. Grayscale: #A3A3A3. Windows color (decimal): -2388356 or 8163035. OLE color: 8163035.

HSL color Cylindrical-coordinate representation of color #DB8E7C: hue angle of 11.37º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8E7C is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB219142124-
CMYK00.350.430.14
HSL11.37º56.89%67.25%-
HSV(B)11.37º43.38%85.88%-
XYZ42.5235.8623.75-
YUV162.97106.01167.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=45.15%
G=29.28%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914212400.350.430.1411.3756.8967.25
HexDB8E7C0232BEb3943
Octal33321617404353161371103
Binary110110111000111011111000100011101011111010111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E7C; }

 p { color: rgb(219,142,124); }

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

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

 a { background-color: rgb(219,142,124); }

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

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

 span { border-color: rgb(219,142,124); }

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