#DB8E7D

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

Shades of My Pink #DB8E7D

Tints of My Pink #DB8E7D

Color information

#DB8E7D (or 0xDB8E7D) is unknown color: approx My Pink. HEX triplet: DB, 8E and 7D. RGB value is (219,142,125). Sum of RGB (Red+Green+Blue) = 219+142+125=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E7D is #247182. Grayscale: #A3A3A3. Windows color (decimal): -2388355 or 8228571. OLE color: 8228571.

HSL color Cylindrical-coordinate representation of color #DB8E7D: hue angle of 10.85º 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 #DB8E7D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB219142125-
CMYK00.350.430.14
HSL10.85º56.63%67.45%-
HSV(B)10.85º42.92%85.88%-
XYZ42.5935.8924.08-
YUV163.08106.51167.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 125 (49.22% from 255) = 25.72%
R=45.06%
G=29.22%
B=25.72%

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
Decimal21914212500.350.430.1410.8556.6367.45
HexDB8E7D0232BEb3943
Octal33321617504353161371103
Binary110110111000111011111010100011101011111010111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E7D; }

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

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

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

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

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

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

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

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