#D48D7F

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

Shades of My Pink #D48D7F

Tints of My Pink #D48D7F

Color information

#D48D7F (or 0xD48D7F) is unknown color: approx My Pink. HEX triplet: D4, 8D and 7F. RGB value is (212,141,127). Sum of RGB (Red+Green+Blue) = 212+141+127=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D7F is #2B7280. Grayscale: #A0A0A0. Windows color (decimal): -2847361 or 8359380. OLE color: 8359380.

HSL color Cylindrical-coordinate representation of color #D48D7F: hue angle of 9.88º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48D7F is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212141127-
CMYK00.330.400.17
HSL9.88º49.71%66.47%-
HSV(B)9.88º40.09%83.14%-
XYZ40.5134.5824.62-
YUV160.63109.02164.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 141 (55.47% from 255) = 29.38%
BLUE value IS 127 (50% from 255) = 26.46%
R=44.17%
G=29.38%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214112700.330.400.179.8849.7166.47
HexD48D7F0212811a3242
Octal32421517704150211262102
Binary1101010010001101111111101000011010001000110101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D7F; }

 p { color: rgb(212,141,127); }

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

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

 a { background-color: rgb(212,141,127); }

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

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

 span { border-color: rgb(212,141,127); }

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