#D48779

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

Shades of My Pink #D48779

Tints of My Pink #D48779

Color information

#D48779 (or 0xD48779) is unknown color: approx My Pink. HEX triplet: D4, 87 and 79. RGB value is (212,135,121). Sum of RGB (Red+Green+Blue) = 212+135+121=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D48779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48779 is #2B7886. Grayscale: #9C9C9C. Windows color (decimal): -2848903 or 7964628. OLE color: 7964628.

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

Color convert

RGB212135121-
CMYK00.360.430.17
HSL9.23º51.41%65.29%-
HSV(B)9.23º42.92%83.14%-
XYZ39.2732.7122.33-
YUV156.43108.01167.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=45.30%
G=28.85%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213512100.360.430.179.2351.4165.29
HexD487790242B1193341
Octal32420717104453211163101
Binary1101010010000111111100101001001010111000110011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48779; }

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

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

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

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

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

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

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

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