#D48988

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

Shades of My Pink #D48988

Tints of My Pink #D48988

Color information

#D48988 (or 0xD48988) is unknown color: approx My Pink. HEX triplet: D4, 89 and 88. RGB value is (212,137,136). Sum of RGB (Red+Green+Blue) = 212+137+136=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D48988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48988 is #2B7677. Grayscale: #9F9F9F. Windows color (decimal): -2848376 or 8948180. OLE color: 8948180.

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

Color convert

RGB212137136-
CMYK00.350.360.17
HSL0.79º46.91%68.24%-
HSV(B)0.79º35.85%83.14%-
XYZ40.5433.6727.65-
YUV159.31114.85165.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=43.71%
G=28.25%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213713600.350.360.170.7946.9168.24
HexD48988023241112f44
Octal3242112100434421157104
Binary11010100100010011000100001000111001001000111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48988; }

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

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

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

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

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

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

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

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