#D49084

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

Shades of My Pink #D49084

Tints of My Pink #D49084

Color information

#D49084 (or 0xD49084) is unknown color: approx My Pink. HEX triplet: D4, 90 and 84. RGB value is (212,144,132). Sum of RGB (Red+Green+Blue) = 212+144+132=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D49084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49084 is #2B6F7B. Grayscale: #A3A3A3. Windows color (decimal): -2846588 or 8687828. OLE color: 8687828.

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

Color convert

RGB212144132-
CMYK00.320.380.17
HSL48.19%67.45%-
HSV(B)37.74%83.14%-
XYZ41.2935.6126.53-
YUV162.96110.53162.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=43.44%
G=29.51%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214413200.320.380.17948.1967.45
HexD49084020261193043
Octal32422020404046211160103
Binary11010100100100001000010001000001001101000110011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49084; }

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

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

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

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

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

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

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

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