#D49384

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

Shades of My Pink #D49384

Tints of My Pink #D49384

Color information

#D49384 (or 0xD49384) is unknown color: approx My Pink. HEX triplet: D4, 93 and 84. RGB value is (212,147,132). Sum of RGB (Red+Green+Blue) = 212+147+132=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D49384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49384 is #2B6C7B. Grayscale: #A4A4A4. Windows color (decimal): -2845820 or 8688596. OLE color: 8688596.

HSL color Cylindrical-coordinate representation of color #D49384: hue angle of 11.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49384 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB212147132-
CMYK00.310.380.17
HSL11.25º48.19%67.45%-
HSV(B)11.25º37.74%83.14%-
XYZ41.7536.5326.68-
YUV164.72109.53161.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=43.18%
G=29.94%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214713200.310.380.1711.2548.1967.45
HexD4938401F2611b3043
Octal32422320403746211360103
Binary1101010010010011100001000111111001101000110111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49384; }

 p { color: rgb(212,147,132); }

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

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

 a { background-color: rgb(212,147,132); }

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

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

 span { border-color: rgb(212,147,132); }

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