#D49089

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

Shades of My Pink #D49089

Tints of My Pink #D49089

Color information

#D49089 (or 0xD49089) is unknown color: approx My Pink. HEX triplet: D4, 90 and 89. RGB value is (212,144,137). Sum of RGB (Red+Green+Blue) = 212+144+137=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D49089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49089 is #2B6F76. Grayscale: #A3A3A3. Windows color (decimal): -2846583 or 9015508. OLE color: 9015508.

HSL color Cylindrical-coordinate representation of color #D49089: hue angle of 5.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49089 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212144137-
CMYK00.320.350.17
HSL5.6º46.58%68.43%-
HSV(B)5.6º35.38%83.14%-
XYZ41.6435.7528.37-
YUV163.53113.03162.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=43.00%
G=29.21%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214413700.320.350.175.646.5868.43
HexD49089020231162f44
Octal3242202110404321657104
Binary1101010010010000100010010100000100011100011101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49089; }

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

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

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

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

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

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

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

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