#DC889E

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

Shades of Can Can #DC889E

Tints of Can Can #DC889E

Color information

#DC889E (or 0xDC889E) is unknown color: approx Can Can. HEX triplet: DC, 88 and 9E. RGB value is (220,136,158). Sum of RGB (Red+Green+Blue) = 220+136+158=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC889E is #237761. Grayscale: #A3A3A3. Windows color (decimal): -2324322 or 10389724. OLE color: 10389724.

HSL color Cylindrical-coordinate representation of color #DC889E: hue angle of 344.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC889E is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220136158-
CMYK00.380.280.14
HSL344.29º54.55%69.8%-
HSV(B)344.29º38.18%86.27%-
XYZ44.4935.2936.81-
YUV163.62124.83168.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=42.80%
G=26.46%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013615800.380.280.14344.2954.5569.8
HexDC889E0261CE1583746
Octal334210236046341653067106
Binary11011100100010001001111001001101110011101010110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC889E; }

 p { color: rgb(220,136,158); }

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

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

 a { background-color: rgb(220,136,158); }

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

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

 span { border-color: rgb(220,136,158); }

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