#DB8A83

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

Shades of My Pink #DB8A83

Tints of My Pink #DB8A83

Color information

#DB8A83 (or 0xDB8A83) is unknown color: approx My Pink. HEX triplet: DB, 8A and 83. RGB value is (219,138,131). Sum of RGB (Red+Green+Blue) = 219+138+131=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A83 is #24757C. Grayscale: #A1A1A1. Windows color (decimal): -2389373 or 8620763. OLE color: 8620763.

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

Color convert

RGB219138131-
CMYK00.370.400.14
HSL4.77º55%68.63%-
HSV(B)4.77º40.18%85.88%-
XYZ42.434.8825.97-
YUV161.42110.84169.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=44.88%
G=28.28%
B=26.84%

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
Decimal21913813100.370.400.144.775568.63
HexDB8A8302528E53745
Octal3332122030455016567105
Binary110110111000101010000011010010110100011101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A83; }

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

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

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

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

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

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

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

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