#D78D84

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

Shades of My Pink #D78D84

Tints of My Pink #D78D84

Color information

#D78D84 (or 0xD78D84) is unknown color: approx My Pink. HEX triplet: D7, 8D and 84. RGB value is (215,141,132). Sum of RGB (Red+Green+Blue) = 215+141+132=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78D84 is #28727B. Grayscale: #A2A2A2. Windows color (decimal): -2650748 or 8687063. OLE color: 8687063.

HSL color Cylindrical-coordinate representation of color #D78D84: hue angle of 6.51º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78D84 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB215141132-
CMYK00.340.390.16
HSL6.51º50.92%68.04%-
HSV(B)6.51º38.6%84.31%-
XYZ41.7135.1626.42-
YUV162.1111.02165.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=44.06%
G=28.89%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514113200.340.390.166.5150.9268.04
HexD78D84022271073344
Octal3272152040424720763104
Binary1101011110001101100001000100010100111100001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78D84; }

 p { color: rgb(215,141,132); }

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

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

 a { background-color: rgb(215,141,132); }

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

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

 span { border-color: rgb(215,141,132); }

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