#DC859F

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

Shades of Can Can #DC859F

Tints of Can Can #DC859F

Color information

#DC859F (or 0xDC859F) is unknown color: approx Can Can. HEX triplet: DC, 85 and 9F. RGB value is (220,133,159). Sum of RGB (Red+Green+Blue) = 220+133+159=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC859F is #237A60. Grayscale: #A1A1A1. Windows color (decimal): -2325089 or 10454492. OLE color: 10454492.

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

Color convert

RGB220133159-
CMYK00.400.280.14
HSL342.07º55.41%69.22%-
HSV(B)342.07º39.55%86.27%-
XYZ44.1634.4937.13-
YUV161.98126.32169.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=42.97%
G=25.98%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013315900.400.280.14342.0755.4169.22
HexDC859F0281CE1563745
Octal334205237050341652667105
Binary11011100100001011001111101010001110011101010101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC859F; }

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

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

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

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

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

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

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

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