#D87F96

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

Shades of Can Can #D87F96

Tints of Can Can #D87F96

Color information

#D87F96 (or 0xD87F96) is unknown color: approx Can Can. HEX triplet: D8, 7F and 96. RGB value is (216,127,150). Sum of RGB (Red+Green+Blue) = 216+127+150=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F96 is #278069. Grayscale: #9C9C9C. Windows color (decimal): -2588778 or 9863128. OLE color: 9863128.

HSL color Cylindrical-coordinate representation of color #D87F96: hue angle of 344.49º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87F96 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216127150-
CMYK00.410.310.15
HSL344.49º53.29%67.25%-
HSV(B)344.49º41.2%84.71%-
XYZ41.4131.9832.84-
YUV156.23124.49170.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=43.81%
G=25.76%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612715000.410.310.15344.4953.2967.25
HexD87F960291FF1583543
Octal330177226051371753065103
Binary1101100011111111001011001010011111111111010110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87F96; }

 p { color: rgb(216,127,150); }

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

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

 a { background-color: rgb(216,127,150); }

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

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

 span { border-color: rgb(216,127,150); }

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