#D49584

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

Shades of My Pink #D49584

Tints of My Pink #D49584

Color information

#D49584 (or 0xD49584) is unknown color: approx My Pink. HEX triplet: D4, 95 and 84. RGB value is (212,149,132). Sum of RGB (Red+Green+Blue) = 212+149+132=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D49584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49584 is #2B6A7B. Grayscale: #A6A6A6. Windows color (decimal): -2845308 or 8689108. OLE color: 8689108.

HSL color Cylindrical-coordinate representation of color #D49584: hue angle of 12.75º 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 #D49584 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB212149132-
CMYK00.300.380.17
HSL12.75º48.19%67.45%-
HSV(B)12.75º37.74%83.14%-
XYZ42.0637.1626.78-
YUV165.9108.87160.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=43.00%
G=30.22%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214913200.300.380.1712.7548.1967.45
HexD4958401E2611d3043
Octal32422520403646211560103
Binary1101010010010101100001000111101001101000111011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49584; }

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

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

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

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

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

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

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

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