#D78FA0

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

Shades of Can Can #D78FA0

Tints of Can Can #D78FA0

Color information

#D78FA0 (or 0xD78FA0) is unknown color: approx Can Can. HEX triplet: D7, 8F and A0. RGB value is (215,143,160). Sum of RGB (Red+Green+Blue) = 215+143+160=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78FA0 is #28705F. Grayscale: #A6A6A6. Windows color (decimal): -2650208 or 10522583. OLE color: 10522583.

HSL color Cylindrical-coordinate representation of color #D78FA0: hue angle of 345.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D78FA0 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215143160-
CMYK00.330.260.16
HSL345.83º47.37%70.2%-
HSV(B)345.83º33.49%84.31%-
XYZ44.1936.6338-
YUV166.47124.35162.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=41.51%
G=27.61%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514316000.330.260.16345.8347.3770.2
HexD78FA00211A1015a2f46
Octal327217240041322053257106
Binary110101111000111110100000010000111010100001010110101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FA0; }

 p { color: rgb(215,143,160); }

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

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

 a { background-color: rgb(215,143,160); }

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

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

 span { border-color: rgb(215,143,160); }

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