#DB8F7F

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

Shades of My Pink #DB8F7F

Tints of My Pink #DB8F7F

Color information

#DB8F7F (or 0xDB8F7F) is unknown color: approx My Pink. HEX triplet: DB, 8F and 7F. RGB value is (219,143,127). Sum of RGB (Red+Green+Blue) = 219+143+127=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F7F is #247080. Grayscale: #A4A4A4. Windows color (decimal): -2388097 or 8359899. OLE color: 8359899.

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

Color convert

RGB219143127-
CMYK00.350.420.14
HSL10.43º56.1%67.84%-
HSV(B)10.43º42.01%85.88%-
XYZ42.8736.2424.81-
YUV163.9107.18167.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.79%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 127 (50% from 255) = 25.97%
R=44.79%
G=29.24%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914312700.350.420.1410.4356.167.84
HexDB8F7F0232AEa3844
Octal33321717704352161270104
Binary110110111000111111111110100011101010111010101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8F7F; }

 p { color: rgb(219,143,127); }

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

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

 a { background-color: rgb(219,143,127); }

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

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

 span { border-color: rgb(219,143,127); }

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