#D48A7F

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

Shades of My Pink #D48A7F

Tints of My Pink #D48A7F

Color information

#D48A7F (or 0xD48A7F) is unknown color: approx My Pink. HEX triplet: D4, 8A and 7F. RGB value is (212,138,127). Sum of RGB (Red+Green+Blue) = 212+138+127=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A7F is #2B7580. Grayscale: #9E9E9E. Windows color (decimal): -2848129 or 8358612. OLE color: 8358612.

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

Color convert

RGB212138127-
CMYK00.350.400.17
HSL7.76º49.71%66.47%-
HSV(B)7.76º40.09%83.14%-
XYZ40.0733.7124.47-
YUV158.87110.02165.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 127 (50% from 255) = 26.62%
R=44.44%
G=28.93%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213812700.350.400.177.7649.7166.47
HexD48A7F023281183242
Octal32421217704350211062102
Binary1101010010001010111111101000111010001000110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A7F; }

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

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

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

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

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

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

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

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