#D9959F

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

Shades of Can Can #D9959F

Tints of Can Can #D9959F

Color information

#D9959F (or 0xD9959F) is unknown color: approx Can Can. HEX triplet: D9, 95 and 9F. RGB value is (217,149,159). Sum of RGB (Red+Green+Blue) = 217+149+159=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9959F is #266A60. Grayscale: #AAAAAA. Windows color (decimal): -2517601 or 10458585. OLE color: 10458585.

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

Color convert

RGB217149159-
CMYK00.310.270.15
HSL351.18º47.22%71.76%-
HSV(B)351.18º31.34%85.1%-
XYZ45.6238.7537.88-
YUV170.47121.53161.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=41.33%
G=28.38%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714915900.310.270.15351.1847.2271.76
HexD9959F01F1BF15f2f48
Octal331225237037331753757110
Binary1101100110010101100111110111111101111111010111111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9959F; }

 p { color: rgb(217,149,159); }

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

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

 a { background-color: rgb(217,149,159); }

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

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

 span { border-color: rgb(217,149,159); }

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