#DC859D

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

Shades of Can Can #DC859D

Tints of Can Can #DC859D

Color information

#DC859D (or 0xDC859D) is unknown color: approx Can Can. HEX triplet: DC, 85 and 9D. RGB value is (220,133,157). Sum of RGB (Red+Green+Blue) = 220+133+157=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC859D is #237A62. Grayscale: #A1A1A1. Windows color (decimal): -2325091 or 10323420. OLE color: 10323420.

HSL color Cylindrical-coordinate representation of color #DC859D: hue angle of 343.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC859D is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220133157-
CMYK00.400.290.14
HSL343.45º55.41%69.22%-
HSV(B)343.45º39.55%86.27%-
XYZ43.9934.4336.22-
YUV161.75125.32169.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=43.14%
G=26.08%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013315700.400.290.14343.4555.4169.22
HexDC859D0281DE1573745
Octal334205235050351652767105
Binary11011100100001011001110101010001110111101010101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC859D; }

 p { color: rgb(220,133,157); }

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

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

 a { background-color: rgb(220,133,157); }

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

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

 span { border-color: rgb(220,133,157); }

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