#DB9482

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

Shades of My Pink #DB9482

Tints of My Pink #DB9482

Color information

#DB9482 (or 0xDB9482) is unknown color: approx My Pink. HEX triplet: DB, 94 and 82. RGB value is (219,148,130). Sum of RGB (Red+Green+Blue) = 219+148+130=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9482 is #246B7D. Grayscale: #A7A7A7. Windows color (decimal): -2386814 or 8557787. OLE color: 8557787.

HSL color Cylindrical-coordinate representation of color #DB9482: hue angle of 12.13º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB9482 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219148130-
CMYK00.320.410.14
HSL12.13º55.28%68.43%-
HSV(B)12.13º40.64%85.88%-
XYZ43.8337.8526.11-
YUV167.18107.02164.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=44.06%
G=29.78%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914813000.320.410.1412.1355.2868.43
HexDB948202029Ec3744
Octal33322420204051161467104
Binary1101101110010100100000100100000101001111011001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9482; }

 p { color: rgb(219,148,130); }

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

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

 a { background-color: rgb(219,148,130); }

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

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

 span { border-color: rgb(219,148,130); }

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