#DC8C9D

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

Shades of Can Can #DC8C9D

Tints of Can Can #DC8C9D

Color information

#DC8C9D (or 0xDC8C9D) is unknown color: approx Can Can. HEX triplet: DC, 8C and 9D. RGB value is (220,140,157). Sum of RGB (Red+Green+Blue) = 220+140+157=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C9D is #237362. Grayscale: #A5A5A5. Windows color (decimal): -2323299 or 10325212. OLE color: 10325212.

HSL color Cylindrical-coordinate representation of color #DC8C9D: hue angle of 347.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8C9D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220140157-
CMYK00.360.290.14
HSL347.25º53.33%70.59%-
HSV(B)347.25º36.36%86.27%-
XYZ44.9836.4136.55-
YUV165.86123166.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=42.55%
G=27.08%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014015700.360.290.14347.2553.3370.59
HexDC8C9D0241DE15b3547
Octal334214235044351653365107
Binary11011100100011001001110101001001110111101010110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C9D; }

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

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

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

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

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

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

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

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