#D9949F

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

Shades of Can Can #D9949F

Tints of Can Can #D9949F

Color information

#D9949F (or 0xD9949F) is unknown color: approx Can Can. HEX triplet: D9, 94 and 9F. RGB value is (217,148,159). Sum of RGB (Red+Green+Blue) = 217+148+159=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9949F is #266B60. Grayscale: #A9A9A9. Windows color (decimal): -2517857 or 10458329. OLE color: 10458329.

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

Color convert

RGB217148159-
CMYK00.320.270.15
HSL350.43º47.59%71.57%-
HSV(B)350.43º31.8%85.1%-
XYZ45.4638.4337.82-
YUV169.88121.86161.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=41.41%
G=28.24%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714815900.320.270.15350.4347.5971.57
HexD9949F0201BF15e3048
Octal331224237040331753660110
Binary11011001100101001001111101000001101111111010111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9949F; }

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

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

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

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

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

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

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

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