#DB9284

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

Shades of My Pink #DB9284

Tints of My Pink #DB9284

Color information

#DB9284 (or 0xDB9284) is unknown color: approx My Pink. HEX triplet: DB, 92 and 84. RGB value is (219,146,132). Sum of RGB (Red+Green+Blue) = 219+146+132=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9284 is #246D7B. Grayscale: #A6A6A6. Windows color (decimal): -2387324 or 8688347. OLE color: 8688347.

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

Color convert

RGB219146132-
CMYK00.330.400.14
HSL9.66º54.72%68.82%-
HSV(B)9.66º39.73%85.88%-
XYZ43.6637.2826.73-
YUV166.23108.68165.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=44.06%
G=29.38%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914613200.330.400.149.6654.7268.82
HexDB928402128Ea3745
Octal33322220404150161267105
Binary1101101110010010100001000100001101000111010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9284; }

 p { color: rgb(219,146,132); }

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

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

 a { background-color: rgb(219,146,132); }

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

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

 span { border-color: rgb(219,146,132); }

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