#D78FA1

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

Shades of Can Can #D78FA1

Tints of Can Can #D78FA1

Color information

#D78FA1 (or 0xD78FA1) is unknown color: approx Can Can. HEX triplet: D7, 8F and A1. RGB value is (215,143,161). Sum of RGB (Red+Green+Blue) = 215+143+161=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78FA1 is #28705E. Grayscale: #A6A6A6. Windows color (decimal): -2650207 or 10588119. OLE color: 10588119.

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

Color convert

RGB215143161-
CMYK00.330.250.16
HSL345º47.37%70.2%-
HSV(B)345º33.49%84.31%-
XYZ44.2836.6738.46-
YUV166.58124.85162.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=41.43%
G=27.55%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514316100.330.250.1634547.3770.2
HexD78FA102119101592f46
Octal327217241041312053157106
Binary110101111000111110100001010000111001100001010110011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FA1; }

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

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

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

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

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

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

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

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