#D48A79

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

Shades of My Pink #D48A79

Tints of My Pink #D48A79

Color information

#D48A79 (or 0xD48A79) is unknown color: approx My Pink. HEX triplet: D4, 8A and 79. RGB value is (212,138,121). Sum of RGB (Red+Green+Blue) = 212+138+121=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A79 is #2B7586. Grayscale: #9E9E9E. Windows color (decimal): -2848135 or 7965396. OLE color: 7965396.

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

Color convert

RGB212138121-
CMYK00.350.430.17
HSL11.21º51.41%65.29%-
HSV(B)11.21º42.92%83.14%-
XYZ39.6933.5522.47-
YUV158.19107.02166.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=45.01%
G=29.30%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213812100.350.430.1711.2151.4165.29
HexD48A790232B11b3341
Octal32421217104353211363101
Binary1101010010001010111100101000111010111000110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A79; }

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

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

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

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

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

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

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

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