#DD859F

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

Shades of Can Can #DD859F

Tints of Can Can #DD859F

Color information

#DD859F (or 0xDD859F) is unknown color: approx Can Can. HEX triplet: DD, 85 and 9F. RGB value is (221,133,159). Sum of RGB (Red+Green+Blue) = 221+133+159=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD859F is #227A60. Grayscale: #A2A2A2. Windows color (decimal): -2259553 or 10454493. OLE color: 10454493.

HSL color Cylindrical-coordinate representation of color #DD859F: hue angle of 342.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD859F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221133159-
CMYK00.400.280.13
HSL342.27º56.41%69.41%-
HSV(B)342.27º39.82%86.67%-
XYZ44.4634.6537.15-
YUV162.28126.15169.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=43.08%
G=25.93%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113315900.400.280.13342.2756.4169.41
HexDD859F0281CD1563845
Octal335205237050341552670105
Binary11011101100001011001111101010001110011011010101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD859F; }

 p { color: rgb(221,133,159); }

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

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

 a { background-color: rgb(221,133,159); }

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

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

 span { border-color: rgb(221,133,159); }

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