#D48579

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

Shades of My Pink #D48579

Tints of My Pink #D48579

Color information

#D48579 (or 0xD48579) is unknown color: approx My Pink. HEX triplet: D4, 85 and 79. RGB value is (212,133,121). Sum of RGB (Red+Green+Blue) = 212+133+121=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D48579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48579 is #2B7A86. Grayscale: #9B9B9B. Windows color (decimal): -2849415 or 7964116. OLE color: 7964116.

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

Color convert

RGB212133121-
CMYK00.370.430.17
HSL7.91º51.41%65.29%-
HSV(B)7.91º42.92%83.14%-
XYZ38.9932.1522.24-
YUV155.25108.67168.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=45.49%
G=28.54%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213312100.370.430.177.9151.4165.29
HexD485790252B1183341
Octal32420517104553211063101
Binary1101010010000101111100101001011010111000110001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48579; }

 p { color: rgb(212,133,121); }

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

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

 a { background-color: rgb(212,133,121); }

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

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

 span { border-color: rgb(212,133,121); }

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