#D78C84

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

Shades of My Pink #D78C84

Tints of My Pink #D78C84

Color information

#D78C84 (or 0xD78C84) is unknown color: approx My Pink. HEX triplet: D7, 8C and 84. RGB value is (215,140,132). Sum of RGB (Red+Green+Blue) = 215+140+132=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78C84 is #28737B. Grayscale: #A1A1A1. Windows color (decimal): -2651004 or 8686807. OLE color: 8686807.

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

Color convert

RGB215140132-
CMYK00.350.390.16
HSL5.78º50.92%68.04%-
HSV(B)5.78º38.6%84.31%-
XYZ41.5734.8726.37-
YUV161.51111.35166.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=44.15%
G=28.75%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514013200.350.390.165.7850.9268.04
HexD78C84023271063344
Octal3272142040434720663104
Binary1101011110001100100001000100011100111100001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C84; }

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

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

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

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

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

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

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

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