#D49088

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

Shades of My Pink #D49088

Tints of My Pink #D49088

Color information

#D49088 (or 0xD49088) is unknown color: approx My Pink. HEX triplet: D4, 90 and 88. RGB value is (212,144,136). Sum of RGB (Red+Green+Blue) = 212+144+136=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D49088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49088 is #2B6F77. Grayscale: #A3A3A3. Windows color (decimal): -2846584 or 8949972. OLE color: 8949972.

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

Color convert

RGB212144136-
CMYK00.320.360.17
HSL6.32º46.91%68.24%-
HSV(B)6.32º35.85%83.14%-
XYZ41.5735.7228-
YUV163.42112.53162.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=43.09%
G=29.27%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214413600.320.360.176.3246.9168.24
HexD49088020241162f44
Octal3242202100404421657104
Binary1101010010010000100010000100000100100100011101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49088; }

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

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

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

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

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

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

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

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