#DB8A80

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

Shades of My Pink #DB8A80

Tints of My Pink #DB8A80

Color information

#DB8A80 (or 0xDB8A80) is unknown color: approx My Pink. HEX triplet: DB, 8A and 80. RGB value is (219,138,128). Sum of RGB (Red+Green+Blue) = 219+138+128=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A80 is #24757F. Grayscale: #A1A1A1. Windows color (decimal): -2389376 or 8424155. OLE color: 8424155.

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

Color convert

RGB219138128-
CMYK00.370.420.14
HSL6.59º55.83%68.04%-
HSV(B)6.59º41.55%85.88%-
XYZ42.234.824.91-
YUV161.08109.34169.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=45.15%
G=28.45%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913812800.370.420.146.5955.8368.04
HexDB8A800252AE73844
Octal3332122000455216770104
Binary110110111000101010000000010010110101011101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A80; }

 p { color: rgb(219,138,128); }

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

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

 a { background-color: rgb(219,138,128); }

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

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

 span { border-color: rgb(219,138,128); }

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