#D78C87

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

Shades of My Pink #D78C87

Tints of My Pink #D78C87

Color information

#D78C87 (or 0xD78C87) is unknown color: approx My Pink. HEX triplet: D7, 8C and 87. RGB value is (215,140,135). Sum of RGB (Red+Green+Blue) = 215+140+135=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78C87 is #287378. Grayscale: #A1A1A1. Windows color (decimal): -2651001 or 8883415. OLE color: 8883415.

HSL color Cylindrical-coordinate representation of color #D78C87: hue angle of 3.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78C87 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215140135-
CMYK00.350.370.16
HSL3.75º50%68.63%-
HSV(B)3.75º37.21%84.31%-
XYZ41.7834.9527.47-
YUV161.85112.85165.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.88%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=43.88%
G=28.57%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514013500.350.370.163.755068.63
HexD78C87023251043245
Octal3272142070434520462105
Binary1101011110001100100001110100011100101100001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C87; }

 p { color: rgb(215,140,135); }

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

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

 a { background-color: rgb(215,140,135); }

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

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

 span { border-color: rgb(215,140,135); }

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