#DD949E

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

Shades of Can Can #DD949E

Tints of Can Can #DD949E

Color information

#DD949E (or 0xDD949E) is unknown color: approx Can Can. HEX triplet: DD, 94 and 9E. RGB value is (221,148,158). Sum of RGB (Red+Green+Blue) = 221+148+158=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD949E is #226B61. Grayscale: #ABABAB. Windows color (decimal): -2255714 or 10392797. OLE color: 10392797.

HSL color Cylindrical-coordinate representation of color #DD949E: hue angle of 351.78º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD949E is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221148158-
CMYK00.330.290.13
HSL351.78º51.77%72.35%-
HSV(B)351.78º33.03%86.67%-
XYZ46.5839.0237.42-
YUV170.97120.68163.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=41.94%
G=28.08%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114815800.330.290.13351.7851.7772.35
HexDD949E0211DD1603448
Octal335224236041351554064110
Binary11011101100101001001111001000011110111011011000001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD949E; }

 p { color: rgb(221,148,158); }

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

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

 a { background-color: rgb(221,148,158); }

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

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

 span { border-color: rgb(221,148,158); }

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