#D78A9D

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

Shades of Can Can #D78A9D

Tints of Can Can #D78A9D

Color information

#D78A9D (or 0xD78A9D) is unknown color: approx Can Can. HEX triplet: D7, 8A and 9D. RGB value is (215,138,157). Sum of RGB (Red+Green+Blue) = 215+138+157=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78A9D is #287562. Grayscale: #A3A3A3. Windows color (decimal): -2651491 or 10324695. OLE color: 10324695.

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

Color convert

RGB215138157-
CMYK00.360.270.16
HSL345.19º49.04%69.22%-
HSV(B)345.19º35.81%84.31%-
XYZ43.235.0636.39-
YUV163.19124.51164.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=42.16%
G=27.06%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513815700.360.270.16345.1949.0469.22
HexD78A9D0241B101593145
Octal327212235044332053161105
Binary110101111000101010011101010010011011100001010110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78A9D; }

 p { color: rgb(215,138,157); }

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

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

 a { background-color: rgb(215,138,157); }

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

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

 span { border-color: rgb(215,138,157); }

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