#DD859E

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

Shades of Can Can #DD859E

Tints of Can Can #DD859E

Color information

#DD859E (or 0xDD859E) is unknown color: approx Can Can. HEX triplet: DD, 85 and 9E. RGB value is (221,133,158). Sum of RGB (Red+Green+Blue) = 221+133+158=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD859E is #227A61. Grayscale: #A2A2A2. Windows color (decimal): -2259554 or 10388957. OLE color: 10388957.

HSL color Cylindrical-coordinate representation of color #DD859E: hue angle of 342.95º 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 #DD859E is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221133158-
CMYK00.400.290.13
HSL342.95º56.41%69.41%-
HSV(B)342.95º39.82%86.67%-
XYZ44.3834.6236.69-
YUV162.16125.65169.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=43.16%
G=25.98%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113315800.400.290.13342.9556.4169.41
HexDD859E0281DD1573845
Octal335205236050351552770105
Binary11011101100001011001111001010001110111011010101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD859E; }

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

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

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

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

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

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

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

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