#D48F86

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

Shades of My Pink #D48F86

Tints of My Pink #D48F86

Color information

#D48F86 (or 0xD48F86) is unknown color: approx My Pink. HEX triplet: D4, 8F and 86. RGB value is (212,143,134). Sum of RGB (Red+Green+Blue) = 212+143+134=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48F86 is #2B7079. Grayscale: #A2A2A2. Windows color (decimal): -2846842 or 8818644. OLE color: 8818644.

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

Color convert

RGB212143134-
CMYK00.330.370.17
HSL6.92º47.56%67.84%-
HSV(B)6.92º36.79%83.14%-
XYZ41.2835.3627.2-
YUV162.6111.86163.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=43.35%
G=29.24%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214313400.330.370.176.9247.5667.84
HexD48F86021251173044
Octal3242172060414521760104
Binary1101010010001111100001100100001100101100011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F86; }

 p { color: rgb(212,143,134); }

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

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

 a { background-color: rgb(212,143,134); }

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

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

 span { border-color: rgb(212,143,134); }

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