#DD959E

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

Shades of Can Can #DD959E

Tints of Can Can #DD959E

Color information

#DD959E (or 0xDD959E) is unknown color: approx Can Can. HEX triplet: DD, 95 and 9E. RGB value is (221,149,158). Sum of RGB (Red+Green+Blue) = 221+149+158=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD959E is #226A61. Grayscale: #ABABAB. Windows color (decimal): -2255458 or 10393053. OLE color: 10393053.

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

Color convert

RGB221149158-
CMYK00.330.290.13
HSL352.5º51.43%72.55%-
HSV(B)352.5º32.58%86.67%-
XYZ46.7439.3437.48-
YUV171.55120.35163.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=41.86%
G=28.22%
B=29.92%

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
Decimal22114915800.330.290.13352.551.4372.55
HexDD959E0211DD1603349
Octal335225236041351554063111
Binary11011101100101011001111001000011110111011011000001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD959E; }

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

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

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

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

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

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

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

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